Метод | Описание | |
---|---|---|
Auth ( Newtonsoft.Json.Linq.JObject authData ) : void | ||
Client ( IChannel channel ) : System | ||
Emit ( string type, JToken o ) : void | ||
GetId ( ) : long |
public Auth ( Newtonsoft.Json.Linq.JObject authData ) : void | ||
authData | Newtonsoft.Json.Linq.JObject | |
Результат | void |
public Client ( IChannel channel ) : System | ||
channel | IChannel | |
Результат | System |
public Emit ( string type, JToken o ) : void | ||
type | string | |
o | JToken | |
Результат | void |