HttpModuleCollection.Get 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에서 개별 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.