AspNetWebSocketContext::RequestUri Property

.NET Framework (current version)
 

Gets the original Uniform Resource Identifier (URI) of an AspNetWebSocket message that was sent by the client.

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

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

Property Value

Type: System::Uri^

The original URI.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: