ServerProtocol::Context Property

 

Gets the HttpContext object for the derived class.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

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

Property Value

Type: System.Web::HttpContext^

An HttpContext object.

.NET Framework
Available since 2.0
Return to top
Show: