C# Class SMSMCsharp.UDP

Afficher le fichier Open project: Shadytel/smsmc

Méthodes publiques

Свойство Type Description
Socket System.Net.Sockets.UdpClient

Méthodes publiques

Méthode Description
SendMessage ( byte toSend ) : void
SendSMS ( string message, string to, string from ) : void
Start ( ) : void

Private Methods

Méthode Description
ReceiveUDP ( IAsyncResult ar ) : void

Method Details

SendMessage() public static méthode

public static SendMessage ( byte toSend ) : void
toSend byte
Résultat void

SendSMS() public static méthode

public static SendSMS ( string message, string to, string from ) : void
message string
to string
from string
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void

Property Details

Socket public_oe static_oe property

public static UdpClient,System.Net.Sockets Socket
Résultat System.Net.Sockets.UdpClient