FederatedAuthentication.GetHttpModule<T> 메서드

정의

웹 애플리케이션에 의해 사용되는 지정된 형식의 HTTP 모듈을 가져옵니다.

public:
generic <typename T>
 where T : class, System::Web::IHttpModule static T GetHttpModule();
public static T GetHttpModule<T> () where T : class, System.Web.IHttpModule;
static member GetHttpModule : unit -> 'T (requires 'T : null and 'T :> System.Web.IHttpModule)
Public Shared Function GetHttpModule(Of T As {Class, IHttpModule}) () As T

형식 매개 변수

T

모듈의 형식입니다.

반환

T

지정된 형식에 대한 HTTP 모듈이거나 지정된 형식에 대한 모듈을 찾을 수 없는 경우 null입니다.

적용 대상