Свойство | Тип | Описание | |
---|---|---|---|
NumberToShutdown | int | ||
ReConnectCount | int | ||
communicateSocket | Socket |
Метод | Описание | |
---|---|---|
Access ( string IP, string Port, string PortSelf, System AccessAction ) : void | ||
Receive ( Socket>.System |
||
Send ( string message, Socket source, bool SendOnly ) : void | ||
SocketFunc ( ) : System |
public abstract Access ( string IP, string Port, string PortSelf, System AccessAction ) : void | ||
IP | string | |
Port | string | |
PortSelf | string | |
AccessAction | System | |
Результат | void |
public abstract Receive ( Socket>.System |
||
ReceiveAction | Socket>.System | |
Source | Socket | |
Результат | void |
public abstract Send ( string message, Socket source, bool SendOnly ) : void | ||
message | string | |
source | Socket | |
SendOnly | bool | |
Результат | void |