C# Class SMSMCsharp.Http

Datei anzeigen Open project: Shadytel/smsmc

Public Properties

Property Type Description
Listener System.Net.HttpListener

Public Methods

Method Description
SendSMS ( string message, string phone, string to ) : void
Start ( ) : void

Private Methods

Method Description
OnPost ( IAsyncResult ar ) : void

Method Details

SendSMS() public static method

public static SendSMS ( string message, string phone, string to ) : void
message string
phone string
to string
return void

Start() public static method

public static Start ( ) : void
return void

Property Details

Listener public_oe static_oe property

public static HttpListener,System.Net Listener
return System.Net.HttpListener