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!

IHttpModule Interface

IHttpModule

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

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

Classes that Implement IHttpModule

Class Description
CookieAuthenticationModule [To be supplied.]
CustomAuthenticationModule [To be supplied.]
DefaultAuthenticationModule [To be supplied.]
FileAuthorizationModule [To be supplied.]
Caching.OutputCacheModule [To be supplied.]
PassportAuthenticationModule [To be supplied.]
UrlAuthorizationModule [To be supplied.]
WindowsAuthenticationModule [To be supplied.]

Remarks

[To be supplied.]

Requirements

Namespace: System.Web

Assembly: System.Web.dll

See Also

IHttpModule Members | System.Web Namespace