C# 클래스 Microsoft.AspNet.WebHooks.Config.WebHooksConfig

Provides initialization for WebHooks.
파일 보기 프로젝트 열기: aspnet/WebHooks 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( System.Web.Http.HttpConfiguration config ) : void

Ensures that the module is loaded on startup.

비공개 메소드들

메소드 설명
Reset ( ) : void

For testing purposes

메소드 상세

Initialize() 공개 정적인 메소드

Ensures that the module is loaded on startup.
public static Initialize ( System.Web.Http.HttpConfiguration config ) : void
config System.Web.Http.HttpConfiguration The to use for initializing WebHooks.
리턴 void