WCF 6.0 RC
Pre-release
Pre-release
Release Notes
Package Info
- System.ServiceModel.Duplex 6.0.0-rc.23205.4
- System.ServiceModel.Http 6.0.0-rc.23205.4
- System.ServiceModel.NetFramingBase 6.0.0-rc.23205.4
- System.ServiceModel.NetTcp 6.0.0-rc.23205.4
- System.ServiceModel.NetNamedPipe 6.0.0-rc.23205.4
- System.ServiceModel.Primitives 6.0.0-rc.23205.4
- System.ServiceModel.Security 6.0.0-rc.23205.4
- System.ServiceModel.Federation 6.0.0-rc.23205.4
- System.Web.Services.Description 6.0.0-rc.23205.4
What's New
Previously when using Duplex contract, failure to capture synchronization context on channel factory open. The behavior now matches .NET framework, by default, we will now capture the synchronization context, and will dispatch callbacks to the captured context. To revert to 4.x behavior, apply the CallbackBehaviorAttribute
with the UseSynchronizationContext
property set to false
.