WebSocketContext::RequestUri Property

.NET Framework (current version)
 

The URI requested by the WebSocket client.

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

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

Property Value

Type: System::Uri^

Returns Uri.

.NET Framework
Available since 4.5
Return to top
Show: