C# 클래스 HttpInterfaces.HttpModuleCollectionProxy

상속: IHttpModuleCollection
파일 보기 프로젝트 열기: JonKruger/HttpInterfaces

공개 메소드들

메소드 설명
Get ( int index ) : IHttpModule
Get ( string name ) : IHttpModule
GetKey ( int index ) : string
HttpModuleCollectionProxy ( System.Web.HttpModuleCollection httpModuleCollection ) : System

비공개 메소드들

메소드 설명
this ( int index ) : IHttpModuleIHttpModuleCollection.System
this ( string name ) : IHttpModuleIHttpModuleCollection.System

메소드 상세

Get() 공개 메소드

public Get ( int index ) : IHttpModule
index int
리턴 IHttpModule

Get() 공개 메소드

public Get ( string name ) : IHttpModule
name string
리턴 IHttpModule

GetKey() 공개 메소드

public GetKey ( int index ) : string
index int
리턴 string

HttpModuleCollectionProxy() 공개 메소드

public HttpModuleCollectionProxy ( System.Web.HttpModuleCollection httpModuleCollection ) : System
httpModuleCollection System.Web.HttpModuleCollection
리턴 System