Method | Description | |
---|---|---|
Close ( ) : void | ||
Connect ( string ipAddress, int portNo ) : void | ||
Send ( |
||
Send ( byte buffer ) : void | ||
Send ( byte buffer, int startIndex, int length ) : void | ||
UDPClient ( ) : System |
Method | Description | |
---|---|---|
SocketEvent_Receive ( IAsyncResult ar ) : void | ||
Socket_Send ( IAsyncResult ar ) : void | ||
WaitForReceive ( ) : void |
public Connect ( string ipAddress, int portNo ) : void | ||
ipAddress | string | |
portNo | int | |
return | void |
public Send ( |
||
buffer | ||
return | void |
public Send ( byte buffer, int startIndex, int length ) : void | ||
buffer | byte | |
startIndex | int | |
length | int | |
return | void |