C# Class NotifyMyWindowsPhoneClient.NmwpClient

Afficher le fichier Open project: yngvebn/NotifyMyWindowsPhoneClient

Méthodes publiques

Méthode Description
Create ( string apiKey, bool https = true ) : NmwpClient
Notify ( NmwpNotification notification ) : NmwpResponse

Private Methods

Méthode Description
CreateBuffer ( NmwpNotification notification ) : byte[]
NmwpClient ( string apiKey, bool https ) : System

Method Details

Create() public static méthode

public static Create ( string apiKey, bool https = true ) : NmwpClient
apiKey string
https bool
Résultat NmwpClient

Notify() public méthode

public Notify ( NmwpNotification notification ) : NmwpResponse
notification NmwpNotification
Résultat NmwpResponse