Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 4.52 KB

SupportedFeatures-v1.0.0-rc1.md

File metadata and controls

55 lines (49 loc) · 4.52 KB

WCF Features in RC1

Packages released

System.ServiceModel.Duplex 4.0.1-beta-23516
System.ServiceModel.Http 4.0.11-beta-23516
System.ServiceModel.Primitives 4.1.0-beta-23516
System.ServiceModel.Security 4.0.1-beta-23516
System.ServiceModel.NetTcp 4.1.0-beta-23516

Supported features

✅ -- Works with no known major issues
⚠️ -- Partially works with known issues or only partially tested
❌ -- Does not work
❓ -- Not yet tested

Category Feature UWP Windows Linux Mac OS X
Bindings BasicHttpBinding
CustomBinding
NetHttpBinding
NetTcpBinding
Transports Http
Https ⚠️ more... ⚠️ more...
Tcp
WebSockets ⚠️ more... ⚠️ more... ⚠️ more...
Channel types Request/Reply
Duplex
Encodings Text
Binary
Transfer mode Buffered, sync & async
Streamed, sync & async
MessageVersion SOAP 1.1 UTF8
SOAP 1.2 UTF8
Contracts DataContract ⚠️more...
XmlSerializer ⚠️more...
MessageFormat
FaultContract
Security None
Transport ⚠️more... ⚠️more... ⚠️ more...
Message
Client certificates
Authentication Basic
Digest
NTLM ⚠️ more...
Kerberos ⚠️more...
Client types ChannelFactory<T>
ChannelBase<T>
Extensibility IClientMessageInspector
IClientMessageFormatter ⚠️ more ⚠️ more ⚠️ more