v2.0.6
Added full support for executing WCF calls asynchronously by using async/await. Async calls will work properly for OperationContract methods that return Task
or Task<T>
. For OperationContract methods that do not return a Task
, using WcfClientProxy.CreateAsyncProxy<T>()
will enable asynchronous calls to be made.
For more information, view the async section of the readme.
Added the ability to rewrite responses received from remote services by using the HandleResponse configuration option.
Remove the default failed request retry functionality. By default, failed calls will only be attempted one time. Overriding this behavior can still be accomplished by setting the MaximumRetries value