Method | Description | |
---|---|---|
Access ( string IP, string Port, string PortSelf, System AccessAction ) : void | ||
Receive ( Socket>.System |
||
Send ( string message, Socket Source, bool SendOnly ) : void |
public Access ( string IP, string Port, string PortSelf, System AccessAction ) : void | ||
IP | string | |
Port | string | |
PortSelf | string | |
AccessAction | System | |
return | void |
public Receive ( Socket>.System |
||
ReceiveAction | Socket>.System | |
Source | Socket | |
return | void |
public Send ( string message, Socket Source, bool SendOnly ) : void | ||
message | string | |
Source | Socket | |
SendOnly | bool | |
return | void |