AspNetWebSocketContext::Path Property
.NET Framework (current version)
Gets the virtual path of the requested resource.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| NotImplementedException | The property is not implemented. |
As an example of a virtual path, for the URL http://www.contoso.com/virdir/page.html/tail, the value of this property is /virdir/page.html/tail.
.NET Framework
Available since 4.5
Available since 4.5
Show: