Overload to specify own type.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected IHttpRequest CurrentRequest { get; set; }
Visual Basic (Declaration)
Protected Property CurrentRequest As IHttpRequest
Visual C++
protected:
property IHttpRequest^ CurrentRequest {
	IHttpRequest^ get ();
	void set (IHttpRequest^ value);
}

Remarks

Must be specified before the context is being used.

See Also