NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpContext.Handler

Retrieves or assigns a reference to the IHttpHandler object for the current request.

[Visual Basic]
Public Property Handler As IHttpHandler
[C#]
public IHttpHandler Handler {get; set;}
[C++]
public: __property IHttpHandler* get_Handler();
public: __property void set_Handler(IHttpHandler*);
[JScript]
public function get Handler() : IHttpHandler;
public function set Handler(IHttpHandler);

Property Value

A reference to an IHttpHandler object.

See Also

HttpContext Class | HttpContext Members | System.Web Namespace