HttpModuleCollection.Get 메서드

정의

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

오버로드

Name Description
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.

적용 대상

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.

적용 대상