Skip to content

v2.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@jweber jweber released this 18 Sep 07:54

Added 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.