C# Class GitterSharp.Services.WebhookService

Inheritance: IWebhookService
Mostra file Open project: Odonno/gitter-api-pcl Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PostAsync ( string url, string message, MessageLevel level = MessageLevel.Info ) : Task

Method Details

PostAsync() public method

public PostAsync ( string url, string message, MessageLevel level = MessageLevel.Info ) : Task
url string
message string
level MessageLevel
return Task