C# 클래스 ChatterBox.Server.PushNotificationSender

파일 보기 프로젝트 열기: openpeer/ChatterBox 1 사용 예제들

공개 메소드들

메소드 설명
PushNotificationSender ( ) : System
PushNotificationSender ( string chanellURI ) : System
PushNotificationSender ( string chanellURI, NotificationType type ) : System
SendNotification ( string payload ) : void
SendNotification ( string channelURI, string payload, NotificationType type = NotificationType.Raw ) : void

비공개 메소드들

메소드 설명
GetHeaderType ( NotificationType type ) : string
HandleError ( HttpStatusCode errorCode, string channelURI, string payload ) : void
OnAuthenticated ( ) : void
SetHeaders ( NotificationType type, WebClient client ) : void
StoreNotificationForSending ( string channelURI, string payload ) : void

메소드 상세

PushNotificationSender() 공개 메소드

public PushNotificationSender ( ) : System
리턴 System

PushNotificationSender() 공개 메소드

public PushNotificationSender ( string chanellURI ) : System
chanellURI string
리턴 System

PushNotificationSender() 공개 메소드

public PushNotificationSender ( string chanellURI, NotificationType type ) : System
chanellURI string
type NotificationType
리턴 System

SendNotification() 공개 메소드

public SendNotification ( string payload ) : void
payload string
리턴 void

SendNotification() 공개 메소드

public SendNotification ( string channelURI, string payload, NotificationType type = NotificationType.Raw ) : void
channelURI string
payload string
type NotificationType
리턴 void