C# 클래스 MovingScrewdriver.Web.Infrastructure.NotificationService

상속: INotificationService
파일 보기 프로젝트 열기: Gutek/MovingScrewdriver

공개 메소드들

메소드 설명
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