C-DEngine 5.105

HttpListenerWebSocketContext..::..Headers Property

Gets the HTTP headers included in the request.

Namespace:  WebSocketSharp.Net.WebSockets
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public NameValueCollection Headers { get; }
Public ReadOnly Property Headers As NameValueCollection
	Get
public:
property NameValueCollection^ Headers {
	NameValueCollection^ get ();
}

Field Value

A [NameValueCollection] that contains the headers.