메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
Connect ( |
Connect to any remote machine that wants to send to the given local port.
|
|
Connect ( |
Connect to specific remote end point and only send and receive from that endpoint.
|
|
GetLocalAddresses ( ) : IEnumerable |
||
Read ( byte buffer, int bytesToRead ) : int | ||
WaitForOneMessage ( System.TimeSpan delay ) : |
||
Write ( byte buffer, int count ) : void | ||
Write ( string msg ) : void |
메소드 | 설명 | |
---|---|---|
OnPacketReceived ( IAsyncResult ar ) : void | ||
OnSent ( IAsyncResult ar ) : void |
public Connect ( |
||
localEndPoint | ||
리턴 | void |
public Connect ( |
||
localEndPoint | ||
remoteEndPoint | ||
리턴 | void |
public WaitForOneMessage ( System.TimeSpan delay ) : |
||
delay | System.TimeSpan | |
리턴 |