C# Class NotifyMyWindowsPhoneClient.NmwpClient

Exibir arquivo Open project: yngvebn/NotifyMyWindowsPhoneClient

Public Methods

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

Private Methods

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

Method Details

Create() public static method

public static Create ( string apiKey, bool https = true ) : NmwpClient
apiKey string
https bool
return NmwpClient

Notify() public method

public Notify ( NmwpNotification notification ) : NmwpResponse
notification NmwpNotification
return NmwpResponse