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!

IHttpHandlerFactory Interface

Defines the contract that factories must implement to dynamically create IHttpHandler instances.

IHttpHandlerFactory

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

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

Classes that Implement IHttpHandlerFactory

Class Description
WebServiceHandlerFactory [To be supplied.]

Remarks

[To be supplied.]

Requirements

Namespace: System.Web

Assembly: System.Web.dll

See Also

IHttpHandlerFactory Members | System.Web Namespace