C# Класс ChatterBox.Server.PushNotificationSender

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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