C# 클래스 NotifyMyWindowsPhoneClient.NmwpClient

파일 보기 프로젝트 열기: yngvebn/NotifyMyWindowsPhoneClient

공개 메소드들

메소드 설명
Create ( string apiKey, bool https = true ) : NmwpClient
Notify ( NmwpNotification notification ) : NmwpResponse

비공개 메소드들

메소드 설명
CreateBuffer ( NmwpNotification notification ) : byte[]
NmwpClient ( string apiKey, bool https ) : System

메소드 상세

Create() 공개 정적인 메소드

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

Notify() 공개 메소드

public Notify ( NmwpNotification notification ) : NmwpResponse
notification NmwpNotification
리턴 NmwpResponse