Skip to content

WCF for .NET Core 1.1 Preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhenlan zhenlan released this 24 Oct 17:28
· 51 commits to release/1.1.0 since this release

Release Notes

This is part of .NET Core 1.1 Preview1 released 10/24/2016 (Release Notes)

Packages

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.