C# Класс Microsoft.AspNet.WebHooks.WebHookHandlerContext

Provides context for an incoming WebHook request. The context is passed to registered IWebHookHandler implementations which can process the incoming request accordingly.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WebHookHandlerContext ( IEnumerable actions ) : System

Initializes a new instance of the WebHookHandlerContext with the given set of actions.

Описание методов

WebHookHandlerContext() публичный Метод

Initializes a new instance of the WebHookHandlerContext with the given set of actions.
public WebHookHandlerContext ( IEnumerable actions ) : System
actions IEnumerable
Результат System