Method | Description | |
---|---|---|
CloseConnection ( ) : void | ||
Read ( ) : string | ||
ReadWrite ( Form f ) : void | ||
ServerSocket ( string ip, int port, Form f ) : void | ||
TelnetConnection ( string hostname, int port ) : System.Windows.Forms |
public ServerSocket ( string ip, int port, Form f ) : void | ||
ip | string | |
port | int | |
f | Form | |
return | void |
public TelnetConnection ( string hostname, int port ) : System.Windows.Forms | ||
hostname | string | |
port | int | |
return | System.Windows.Forms |