C# Class MovingScrewdriver.Web.Infrastructure.NotificationService

Inheritance: INotificationService
ファイルを表示 Open project: Gutek/MovingScrewdriver

Public Methods

Method Description
NotificationService ( IRestClient restClient ) : System
Send ( Post post, Uri itemUri ) : void
SendAsync ( Post post, Uri itemUri ) : void

Private Methods

Method Description
get_uris ( string content ) : IEnumerable
send_ping ( Uri itemUri, Uri targetUri ) : void
trackabck_uri ( string content ) : Uri

Method Details

NotificationService() public method

public NotificationService ( IRestClient restClient ) : System
restClient IRestClient
return System

Send() public method

public Send ( Post post, Uri itemUri ) : void
post MovingScrewdriver.Web.Models.Post
itemUri System.Uri
return void

SendAsync() public method

public SendAsync ( Post post, Uri itemUri ) : void
post MovingScrewdriver.Web.Models.Post
itemUri System.Uri
return void