Method | Description | |
---|---|---|
Create ( string address ) : Model.Session |
创建一个新Session
|
|
Dispose ( ) : void | ||
Get ( long id ) : Model.Session | ||
Remove ( long id ) : void |
Method | Description | |
---|---|---|
Awake ( NetworkProtocol protocol ) : void | ||
Awake ( NetworkProtocol protocol, string host, int port ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
Accept ( ) : Task |
||
StartAccept ( ) : void |
protected Awake ( NetworkProtocol protocol ) : void | ||
protocol | NetworkProtocol | |
return | void |
protected Awake ( NetworkProtocol protocol, string host, int port ) : void | ||
protocol | NetworkProtocol | |
host | string | |
port | int | |
return | void |
public Create ( string address ) : Model.Session | ||
address | string | |
return | Model.Session |