Property | Type | Description | |
---|---|---|---|
TcpClient |
Method | Description | |
---|---|---|
Connection ( ) : System | ||
Connection ( string server, int port = 6667 ) : System |
Method | Description | |
---|---|---|
Connect ( ) : void | ||
Disconnect ( ) : void | ||
Send ( string message ) : void |
public Connection ( string server, int port = 6667 ) : System | ||
server | string | |
port | int | |
return | System |