AspNetWebSocketContext::Application Property

.NET Framework (current version)
 

Gets the HttpApplicationState object for the host ASP.NET application.

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

public:
property HttpApplicationStateBase^ Application {
	virtual HttpApplicationStateBase^ get();
}

Property Value

Type: System.Web::HttpApplicationStateBase^

A reference to the application state.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: