WebSocketContext::Headers Property

.NET Framework (current version)
 

The HTTP headers that were sent to the server during the opening handshake.

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

public:
property NameValueCollection^ Headers {
	virtual NameValueCollection^ get() abstract;
}

.NET Framework
Available since 4.5
Return to top
Show: