HttpListenerWebSocketContext::RequestUri Property

.NET Framework (current version)
 

Gets the URI requested by the WebSocket client.

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

public:
property Uri^ RequestUri {
	virtual Uri^ get() override;
}

Property Value

Type: System::Uri^

Returns Uri.

The URI requested by the WebSocket client.

.NET Framework
Available since 4.5
Return to top
Show: