C# Class AsynchronousClient, doe

Mostra file Open project: ambasta/doe Class Usage Examples

Public Methods

Method Description
Main ( String args ) : int

Private Methods

Method Description
ConnectCallback ( IAsyncResult ar ) : void
Receive ( Socket client ) : void
ReceiveCallback ( IAsyncResult ar ) : void
Send ( Socket client, String data ) : void
SendCallback ( IAsyncResult ar ) : void
StartClient ( ) : void

Method Details

Main() public static method

public static Main ( String args ) : int
args String
return int