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

Describes the contents and behavior or a WebHook. A WebHook is similar to a subscription in a pub/sub system in that it allows the subscriber to indicate when and how event notifications should get dispatched and where they should get dispatched to. A WebHook is registered and managed on a per user basis which means that each user has a separate set of WebHooks that can get trigged by actions executed by that user. That is, user A will not see a WebHook fired for an action performed by user B.
파일 보기 프로젝트 열기: aspnet/WebHooks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetId string

공개 메소드들

메소드 설명
WebHook ( ) : System

Initializes a new instance of the WebHook class.

비공개 메소드들

메소드 설명
GetId ( ) : string

메소드 상세

WebHook() 공개 메소드

Initializes a new instance of the WebHook class.
public WebHook ( ) : System
리턴 System