Property | Type | Description | |
---|---|---|---|
socket | Socket |
Method | Description | |
---|---|---|
Connect ( ) : void | ||
Disconenct ( ) : void | ||
ReadData ( ) : byte[] | ||
SendData ( byte data ) : void | ||
SendData ( string data ) : void | ||
WhatsNetwork ( string whatsHost, int port, int timeout = 2000 ) : System |
Method | Description | |
---|---|---|
Socket_read ( int length ) : byte[] | ||
Socket_send ( byte data ) : void | ||
Socket_send ( string data, int length, int flags ) : void |
public WhatsNetwork ( string whatsHost, int port, int timeout = 2000 ) : System | ||
whatsHost | string | |
port | int | |
timeout | int | |
return | System |