C# 클래스 AutoWPApi.AutoWP

Utility class for Auto WapPush sendind using movistar web service
파일 보기 프로젝트 열기: ForjaOMF/OMF-WinMobileSDK

공개 메소드들

메소드 설명
AutoWP ( ) : System

Create a new instance

GetLastError ( ) : string

SendAutoWP ( string login, string pwd, string url, string text ) : string

Sends the WapPush request

메소드 상세

AutoWP() 공개 메소드

Create a new instance
public AutoWP ( ) : System
리턴 System

GetLastError() 공개 메소드

public GetLastError ( ) : string
리턴 string

SendAutoWP() 공개 메소드

Sends the WapPush request
public SendAutoWP ( string login, string pwd, string url, string text ) : string
login string User login
pwd string User Password
url string URL to send
text string Text description to send
리턴 string