This topic has not yet been rated - Rate this topic

WCF and WebSockets

.NET Framework 4.5

The .NET Framework 4.5 introduces support for WebSockets in Windows Communication Foundation. WebSockets is an efficient, standards-based technology that enables bidirectional communication over the standard HTTP ports 80 and 443. The use of the standard HTTP ports allow WebSockets to communicate across the web through intermediaries. Two new standard bindings have been added to support communication over a WebSocket transport. NetHttpBinding and NetHttpsBinding. WebSockets-specific settings can be configured on the HttpTransportBinding element by accessing the WebSocketSettings property.

In This Section

Using the NetHttpBinding
Discusses the NetHttpBinding and how to configure it.

How to: Create a WCF Service that Communicates over WebSockets
Describes how to create a WCF service that communicates over Websockets.

Reference

Related Sections




Build Date:

2012-08-02
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.