WcfClientProxyGenerator icon indicating copy to clipboard operation
WcfClientProxyGenerator copied to clipboard

Utility to generate fault tolerant and highly configurable client proxies for WCF services based on WCF ServiceContracts. Supports making async calls using non async-ready ServiceContracts.

Results 6 WcfClientProxyGenerator issues
Sort by recently updated
recently updated
newest added

I am trying to replace a custom WcfClientProxy with WcfClientProxyGenerator and I am not sure how to handle adding outgoing message properties. Current implementation looks something like this. using (new...

Hello, Is there any way in WCF Client Proxy Generator to programmatically set the binding namespace of the created service proxy?

WcfClientProxyGenerator in current version seems to ignore `` under `` tag in app.config. We need to use it along with windows authentication. This pull request adds loading of `` tag...

Please add support silverlight.

Currently, every call of `RetryingWcfActionInvoker.Invoke` constructs its own provider instance and disposes it afterwards. This causes a problem with long running duplex connections because the channel gets closed. In 2.1.2...

My project is using .net 4 and sadly at this point I cannot upgrade to 4.5 Is there any chance of getting this compiled against .net 4?