C# Class Aegis.Network.UDPClient

Afficher le fichier Open project: SyncZone/AegisFramework Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Connect ( string ipAddress, int portNo ) : void
Send ( StreamBuffer buffer ) : void
Send ( byte buffer ) : void
Send ( byte buffer, int startIndex, int length ) : void
UDPClient ( ) : System

Private Methods

Méthode Description
SocketEvent_Receive ( IAsyncResult ar ) : void
Socket_Send ( IAsyncResult ar ) : void
WaitForReceive ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( string ipAddress, int portNo ) : void
ipAddress string
portNo int
Résultat void

Send() public méthode

public Send ( StreamBuffer buffer ) : void
buffer Aegis.IO.StreamBuffer
Résultat void

Send() public méthode

public Send ( byte buffer ) : void
buffer byte
Résultat void

Send() public méthode

public Send ( byte buffer, int startIndex, int length ) : void
buffer byte
startIndex int
length int
Résultat void

UDPClient() public méthode

public UDPClient ( ) : System
Résultat System