C# Класс MovingScrewdriver.Web.Infrastructure.NotificationService

Наследование: INotificationService
Показать файл Открыть проект

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

Метод Описание
NotificationService ( IRestClient restClient ) : System
Send ( Post post, Uri itemUri ) : void
SendAsync ( Post post, Uri itemUri ) : void

Приватные методы

Метод Описание
get_uris ( string content ) : IEnumerable
send_ping ( Uri itemUri, Uri targetUri ) : void
trackabck_uri ( string content ) : Uri

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

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

public NotificationService ( IRestClient restClient ) : System
restClient IRestClient
Результат System

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

public Send ( Post post, Uri itemUri ) : void
post MovingScrewdriver.Web.Models.Post
itemUri System.Uri
Результат void

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

public SendAsync ( Post post, Uri itemUri ) : void
post MovingScrewdriver.Web.Models.Post
itemUri System.Uri
Результат void