다음을 통해 공유


HttpModuleCollection.Get 메서드

정의

IHttpModule에서 개별 HttpModuleCollection 개체를 반환합니다.

오버로드

Get(Int32)

IHttpModule에서 지정된 인덱스에 해당하는 HttpModuleCollection 개체를 반환합니다.

Get(String)

IHttpModule에서 지정된 이름을 가진 HttpModuleCollection 개체를 반환합니다.

Get(Int32)

IHttpModule에서 지정된 인덱스에 해당하는 HttpModuleCollection 개체를 반환합니다.

public:
 System::Web::IHttpModule ^ Get(int index);
public System.Web.IHttpModule Get (int index);
member this.Get : int -> System.Web.IHttpModule
Public Function Get (index As Integer) As IHttpModule

매개 변수

index
Int32

컬렉션에서 반환할 IHttpModule 개체의 인덱스입니다.

반환

IHttpModule

index 매개 변수에 지정된 IHttpModule 멤버입니다.

적용 대상

Get(String)

IHttpModule에서 지정된 이름을 가진 HttpModuleCollection 개체를 반환합니다.

public:
 System::Web::IHttpModule ^ Get(System::String ^ name);
public System.Web.IHttpModule Get (string name);
member this.Get : string -> System.Web.IHttpModule
Public Function Get (name As String) As IHttpModule

매개 변수

name
String

검색할 항목의 키입니다.

반환

IHttpModule

name 매개 변수에 지정된 IHttpModule 멤버입니다.

적용 대상