C# 클래스 Microsoft.AspNet.WebHooks.WebHookRegistrar

Provides an abstract base class implementation of IWebHookRegistrar. An IWebHookRegistrar implementation can be used to change, modify, or reject WebHook registrations as they are created or updated through the Controllers.WebHookRegistrationsController. This can for example be used to add filters to WebHook registrations enabling broadcast notifications or specific group notifications.
상속: IWebHookRegistrar
파일 보기 프로젝트 열기: aspnet/WebHooks

공개 메소드들

메소드 설명
RegisterAsync ( HttpRequestMessage request, WebHook webHook ) : System.Threading.Tasks.Task

메소드 상세

RegisterAsync() 공개 추상적인 메소드

public abstract RegisterAsync ( HttpRequestMessage request, WebHook webHook ) : System.Threading.Tasks.Task
request System.Net.Http.HttpRequestMessage
webHook WebHook
리턴 System.Threading.Tasks.Task