C# 클래스 SeleniumTest.Notifier

파일 보기 프로젝트 열기: AppliedIS/AzureTicker

공개 메소드들

메소드 설명
SendBillNotifications ( ) : void
UpdateBillNotifications ( ) : void

보호된 메소드들

메소드 설명
GetAccessToken ( string secret, string sid ) : OAuthToken

비공개 메소드들

메소드 설명
GetBillAndSendNotification ( Notification notification ) : void
GetOAuthTokenFromJson ( string jsonString ) : OAuthToken
PostToWns ( string secret, string sid, string uri, string xml, string type = "wns/tile" ) : string

메소드 상세

GetAccessToken() 보호된 정적인 메소드

protected static GetAccessToken ( string secret, string sid ) : OAuthToken
secret string
sid string
리턴 OAuthToken

SendBillNotifications() 공개 정적인 메소드

public static SendBillNotifications ( ) : void
리턴 void

UpdateBillNotifications() 공개 정적인 메소드

public static UpdateBillNotifications ( ) : void
리턴 void