C# Class HttpInterfaces.HttpModuleCollectionProxy

Inheritance: IHttpModuleCollection
Afficher le fichier Open project: JonKruger/HttpInterfaces

Méthodes publiques

Méthode Description
Get ( int index ) : IHttpModule
Get ( string name ) : IHttpModule
GetKey ( int index ) : string
HttpModuleCollectionProxy ( System.Web.HttpModuleCollection httpModuleCollection ) : System

Private Methods

Méthode Description
this ( int index ) : IHttpModuleIHttpModuleCollection.System
this ( string name ) : IHttpModuleIHttpModuleCollection.System

Method Details

Get() public méthode

public Get ( int index ) : IHttpModule
index int
Résultat IHttpModule

Get() public méthode

public Get ( string name ) : IHttpModule
name string
Résultat IHttpModule

GetKey() public méthode

public GetKey ( int index ) : string
index int
Résultat string

HttpModuleCollectionProxy() public méthode

public HttpModuleCollectionProxy ( System.Web.HttpModuleCollection httpModuleCollection ) : System
httpModuleCollection System.Web.HttpModuleCollection
Résultat System