C# Class HttpInterfaces.HttpModuleCollectionProxy

Inheritance: IHttpModuleCollection
ファイルを表示 Open project: JonKruger/HttpInterfaces

Public Methods

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

Private Methods

Method Description
this ( int index ) : IHttpModuleIHttpModuleCollection.System
this ( string name ) : IHttpModuleIHttpModuleCollection.System

Method Details

Get() public method

public Get ( int index ) : IHttpModule
index int
return IHttpModule

Get() public method

public Get ( string name ) : IHttpModule
name string
return IHttpModule

GetKey() public method

public GetKey ( int index ) : string
index int
return string

HttpModuleCollectionProxy() public method

public HttpModuleCollectionProxy ( System.Web.HttpModuleCollection httpModuleCollection ) : System
httpModuleCollection System.Web.HttpModuleCollection
return System