C# Class MovingScrewdriver.Web.Infrastructure.NotificationService

Inheritance: INotificationService
Afficher le fichier Open project: Gutek/MovingScrewdriver

Méthodes publiques

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

Private Methods

Méthode Description
get_uris ( string content ) : IEnumerable
send_ping ( Uri itemUri, Uri targetUri ) : void
trackabck_uri ( string content ) : Uri

Method Details

NotificationService() public méthode

public NotificationService ( IRestClient restClient ) : System
restClient IRestClient
Résultat System

Send() public méthode

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

SendAsync() public méthode

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