Метод | Описание | |
---|---|---|
AddConnection ( |
||
Connect ( |
||
Host ( int port ) : void | ||
NetCore ( string version, bool allowConnections ) : System | ||
PollEvents ( ) : void | ||
Stop ( int timeout = 1000 ) : void |
Метод | Описание | |
---|---|---|
QueueNotification ( |
Adds an outgoing notification to the controller processing queue.
|
|
SendKick ( |
Immediately sends out a disconnect message to a peer.
|
|
SendPayload ( |
Immediately sends out a payload to a peer.
|
|
Start ( ) : void |
public AddConnection ( |
||
endpoint | ||
token | string | |
Результат |
public Connect ( |
||
endpoint | ||
token | string | |
Результат |
public NetCore ( string version, bool allowConnections ) : System | ||
version | string | |
allowConnections | bool | |
Результат | System |