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!

IHttpAsyncHandler Interface

When implemented by a class, defines the contract that ASP HttpAsyncHandler objects must implement.

IHttpAsyncHandler

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

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

Classes that Implement IHttpAsyncHandler

Class Description
HttpApplication  

Remarks

[To be supplied.]

Requirements

Namespace: System.Web

Assembly: System.Web.dll

See Also

IHttpAsyncHandler Members | System.Web Namespace