RemotingService::Application Property

 

Gets a reference to the application object for the current HTTP request.

Namespace:   System.Runtime.Remoting.Services
Assembly:  System.Runtime.Remoting (in System.Runtime.Remoting.dll)

public:
property HttpApplicationState^ Application {
	HttpApplicationState^ get();
}

Property Value

Type: System.Web::HttpApplicationState^

A reference to the application object for the current HTTP request.

.NET Framework
Available since 1.1
Return to top
Show: