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

Provides an abstract IWebHookHandler implementation which can be used to base other implementations on.
상속: IWebHookHandler
파일 보기 프로젝트 열기: aspnet/WebHooks 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteAsync ( string receiver, WebHookHandlerContext context ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
WebHookHandler ( ) : System.Threading.Tasks

Initializes a new instance of the WebHookHandler class with a default Order of 50 and by default accepts WebHooks from all receivers. To limit which receiver this IWebHookHandler will receive WebHook requests from, set the Receiver property to the name of that receiver.

메소드 상세

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

public abstract ExecuteAsync ( string receiver, WebHookHandlerContext context ) : System.Threading.Tasks.Task
receiver string
context WebHookHandlerContext
리턴 System.Threading.Tasks.Task

WebHookHandler() 보호된 메소드

Initializes a new instance of the WebHookHandler class with a default Order of 50 and by default accepts WebHooks from all receivers. To limit which receiver this IWebHookHandler will receive WebHook requests from, set the Receiver property to the name of that receiver.
protected WebHookHandler ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks