C# Class AutoWPApi.AutoWP

Utility class for Auto WapPush sendind using movistar web service
Show file Open project: ForjaOMF/OMF-WinMobileSDK

Public Methods

Method Description
AutoWP ( ) : System

Create a new instance

GetLastError ( ) : string

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

Sends the WapPush request

Method Details

AutoWP() public method

Create a new instance
public AutoWP ( ) : System
return System

GetLastError() public method

public GetLastError ( ) : string
return string

SendAutoWP() public method

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
return string