RemotingService::Session Property

 

Gets the HttpSessionState for the current request.

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

public:
property HttpSessionState^ Session {
	HttpSessionState^ get();
}

Property Value

Type: System.Web.SessionState::HttpSessionState^

The HttpSessionState for the current request.

.NET Framework
Available since 1.1
Return to top
Show: