Method | Description | |
---|---|---|
CanPush ( ) : bool | ||
Channel ( string topic, Newtonsoft.Json.Linq.JObject params_, |
||
IsMember ( string topic ) : bool | ||
Join ( ) : |
||
Join ( int timeout ) : |
||
Leave ( ) : |
||
Leave ( int timeout ) : |
||
Off ( string event_ ) : void | ||
On ( string event_, System.Action callback ) : void | ||
On ( string event_, string>.Action |
||
OnClose ( System.Action callback ) : void | ||
OnError ( System.Action callback ) : void | ||
OnMessage ( string event_, Newtonsoft.Json.Linq.JObject payload, string ref_ ) : void | ||
Push ( string event_, Newtonsoft.Json.Linq.JObject payload ) : |
||
Push ( string event_, Newtonsoft.Json.Linq.JObject payload, int timeout ) : |
||
RejoinUntilConnected ( ) : void |
Method | Description | |
---|---|---|
OnReply ( Newtonsoft.Json.Linq.JObject payload, string ref_ ) : void | ||
Rejoin ( ) : void | ||
Rejoin ( int timeout ) : void | ||
ReplyEventName ( string ref_ ) : string | ||
SendJoin ( int timeout ) : void | ||
Trigger ( string triggerEvent, Newtonsoft.Json.Linq.JObject payload = null, string ref_ = null ) : void |
public Channel ( string topic, Newtonsoft.Json.Linq.JObject params_, |
||
topic | string | |
params_ | Newtonsoft.Json.Linq.JObject | |
socket | ||
return | Newtonsoft.Json.Linq |
public On ( string event_, System.Action callback ) : void | ||
event_ | string | |
callback | System.Action | |
return | void |
public On ( string event_, string>.Action |
||
event_ | string | |
callback | string>.Action | |
return | void |
public OnClose ( System.Action callback ) : void | ||
callback | System.Action | |
return | void |
public OnError ( System.Action callback ) : void | ||
callback | System.Action | |
return | void |
public OnMessage ( string event_, Newtonsoft.Json.Linq.JObject payload, string ref_ ) : void | ||
event_ | string | |
payload | Newtonsoft.Json.Linq.JObject | |
ref_ | string | |
return | void |
public Push ( string event_, Newtonsoft.Json.Linq.JObject payload ) : |
||
event_ | string | |
payload | Newtonsoft.Json.Linq.JObject | |
return |
public Push ( string event_, Newtonsoft.Json.Linq.JObject payload, int timeout ) : |
||
event_ | string | |
payload | Newtonsoft.Json.Linq.JObject | |
timeout | int | |
return |