WCF for .NET Core 1.1 Preview1
Pre-release
Pre-release
Release Notes
This is part of .NET Core 1.1 Preview1 released 10/24/2016 (Release Notes)
Packages
- System.ServiceModel.Duplex 4.3.0-preview1-24610-02
- System.ServiceModel.Http 4.3.0-preview1-24610-02
- System.ServiceModel.NetTcp 4.3.0-preview1-24610-02
- System.ServiceModel.Primitives 4.3.0-preview1-24610-02
- System.ServiceModel.Security 4.3.0-preview1-24610-02
What's New
- Improved performance when calling a service using a synchronous channel during times of thread starvation in the threadpool.
- WebSocket is now supported on Linux and OS X in addition to Windows.
- Custom channels are now supported. It is now possible to create custom channel factories and channels.
- Peer trust certificate authentication is now supported.
- Windows authentication with explicit credentials is now supported by NetTcp transport in addition to HTTP transport.
- Support is added for communicating with WCF service using identity headers of type SPN, UPN, DNS or X509Certificate.
- ETW tracing is now supported. ETW events can be written to event log.