AspNetWebSocketContext::Origin Property

.NET Framework (current version)
 

Gets the origin of the WebSocket connection.

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

public:
property String^ Origin {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The origin of the WebSocket connection.

.NET Framework
Available since 4.5
Return to top
Show: