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

An IWebHookHandler can post back a response to a Slack channel by updating the System.Net.Http.HttpResponseMessage on the WebHookHandlerContext with a response containing a SlackResponse.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
SlackResponse ( string text ) : System

Initializes a new instance of the SlackResponse with a given text to post to the Slack channel from which the WebHook were received.

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

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

Initializes a new instance of the SlackResponse with a given text to post to the Slack channel from which the WebHook were received.
public SlackResponse ( string text ) : System
text string
Результат System