Method | Description | |
---|---|---|
AcceptChannel ( ) : Task |
||
Add ( System.Action action ) : void | ||
ConnectChannel ( string host, int port ) : |
||
Dispose ( ) : void | ||
GetChannel ( long id ) : |
||
Remove ( long id ) : void | ||
TService ( ) : System | ||
TService ( string host, int port ) : System |
即可做client也可做server
|
|
Update ( ) : void |
public ConnectChannel ( string host, int port ) : |
||
host | string | |
port | int | |
return |
public TService ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |