AspNetWebSocketContext::Path Property

.NET Framework (current version)
 

Gets the virtual path of the requested resource.

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

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

Property Value

Type: System::String^

The virtual path.

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
Return to top
Show: