AspNetWebSocketContext::RawUrl Property

.NET Framework (current version)
 

Gets the portion of a URL that follows the website name in an AspNetWebSocket message that was sent by the client.

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

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

Property Value

Type: System::String^

The part of the URL that follows the website name. For example, if the complete request URL is http://www.contoso.com/default.aspx?id=44, the value of this property is /default.aspx?id=44.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: