C-DEngine 5.105

HttpListenerWebSocketContext..::..Origin Property

Gets the value of the Origin header included in the request.

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

Syntax


public string Origin { get; }
Public ReadOnly Property Origin As String
	Get
public:
property String^ Origin {
	String^ get ();
}

Field Value

A String that represents the value of the Origin header.