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.
Assembly: System.Web (in System.Web.dll)
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
Available since 4.5
Show: