AspNetWebSocketContext::PathInfo Property

.NET Framework (current version)
 

Gets additional path information for a resource that has a URL extension.

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

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

Property Value

Type: System::String^

A string that contains additional path information for a resource.

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 /tail.

.NET Framework
Available since 4.5
Return to top
Show: