RemotingService::Context Property

 

Gets the current HTTP-specific context that is used by the HTTP server to process Web requests.

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

public:
property HttpContext^ Context {
	HttpContext^ get();
}

Property Value

Type: System.Web::HttpContext^

The current HTTP-specific context that is used by the HTTP server to process Web requests.

.NET Framework
Available since 1.1
Return to top
Show: