AspNetWebSocketContext::ApplicationPath Property

.NET Framework (current version)
 

Gets the root virtual path of the host ASP.NET application.

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

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

Property Value

Type: System::String^

The path of the application.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: