Method | Description | |
---|---|---|
AsyncConnect ( string ip, int port ) : bool | ||
GetStream ( ) : NetworkStream | ||
IsConnected ( ) : bool | ||
connectCallback ( IAsyncResult asyncConnect ) : void |
Method | Description | |
---|---|---|
ReadCallback ( IAsyncResult result ) : void |
public AsyncConnect ( string ip, int port ) : bool | ||
ip | string | |
port | int | |
return | bool |
public connectCallback ( IAsyncResult asyncConnect ) : void | ||
asyncConnect | IAsyncResult | |
return | void |