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!

IHttpHandler Interface

Defines the contract that developers must implement to synchronously process HTTP web requests. Developers implement the ProcessRequest method to provide custom URL execution.

IHttpHandler

[Visual Basic]
Public Interface IHttpHandler
[C#]
public interface IHttpHandler
[C++]
public __gc __interface IHttpHandler

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IHttpHandler

Class Description
DiscoveryRequestHandler [To be supplied.]
HttpApplication  
HttpDebugHandler [To be supplied.]
HttpForbiddenHandler [To be supplied.]
HttpNotFoundHandler [To be supplied.]
HttpNotImplementedHandler [To be supplied.]
Page The Page class defines the properties, methods, and events common to all pages that are processed on the server in the Web Forms Page framework.
StaticFileHandler [To be supplied.]

Remarks

[To be supplied.]

Requirements

Namespace: System.Web

Assembly: System.Web.dll

See Also

IHttpHandler Members | System.Web Namespace