Méthode |
Description |
|
AccessTokenLogMessage ( WebResponse webResponse, AccessTokenError error ) : string |
|
|
CreateWebRequest ( Uri channelId, string accessToken, string payload, NotificationType type, int secondsTTL, bool cache, bool requestForStatus, string tag, NotificationPriority priority, byte &payloadBytes ) : HttpWebRequest |
|
|
GetAccessTokenError ( WebResponse response ) : AccessTokenError |
|
|
HttpHeaders ( StringBuilder sb, WebHeaderCollection headers ) : void |
|
|
NotificationLogMessage ( string message, string description, NotificationSendResult result, string payload, WebRequest request, WebResponse response ) : string |
|
|
NotificationRequestStatus ( string channelId, string payload, int secondsTTL, bool cache, bool requestForStatus, string tag, NotificationPriority priority, int tokenRetry ) : string |
|
|
SetCustomHeaders ( HttpWebRequest request, NotificationType type ) : void |
|
|
SetHeaders ( string accessToken, NotificationType type, int secondsTTL, bool cache, bool requestForStatus, string tag, NotificationPriority priority, HttpWebRequest request ) : void |
|
|