C# Class Aegis.Network.UDPClient

Datei anzeigen Open project: SyncZone/AegisFramework Class Usage Examples

Public Methods

Method 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

Method Description
SocketEvent_Receive ( IAsyncResult ar ) : void
Socket_Send ( IAsyncResult ar ) : void
WaitForReceive ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( string ipAddress, int portNo ) : void
ipAddress string
portNo int
return void

Send() public method

public Send ( StreamBuffer buffer ) : void
buffer Aegis.IO.StreamBuffer
return void

Send() public method

public Send ( byte buffer ) : void
buffer byte
return void

Send() public method

public Send ( byte buffer, int startIndex, int length ) : void
buffer byte
startIndex int
length int
return void

UDPClient() public method

public UDPClient ( ) : System
return System