Method | Description | |
---|---|---|
ConnectRequest ( ) : void | ||
Disconnect ( ) : void | ||
Dispose ( ) : void | ||
Handshake ( ) : void | ||
NewtonsoftToCodeTitans ( JToken token ) : IJSonWritable | ||
Publish ( string channel, JToken data ) : void | ||
Subscribe ( string channel ) : void | ||
Unsubscribe ( string channel ) : void |
Method | Description | |
---|---|---|
Connect ( string uri ) : void | ||
OnConnected ( ) : void | ||
OnHandshakeResponse ( Newtonsoft.Json.Linq.JObject response ) : void |
Method | Description | |
---|---|---|
ConnectionOnConnected ( object sender, CodeTitans.Bayeux.BayeuxConnectionEventArgs bayeuxConnectionEventArgs ) : void | ||
ConnectionOnConnectionFailed ( object sender, CodeTitans.Bayeux.BayeuxConnectionEventArgs bayeuxConnectionEventArgs ) : void | ||
ConnectionOnDisconnected ( object sender, CodeTitans.Bayeux.BayeuxConnectionEventArgs bayeuxConnectionEventArgs ) : void | ||
ConnectionOnResponseReceived ( object sender, CodeTitans.Bayeux.BayeuxConnectionEventArgs bayeuxConnectionEventArgs ) : void |
public NewtonsoftToCodeTitans ( JToken token ) : IJSonWritable | ||
token | JToken | |
return | IJSonWritable |
protected OnHandshakeResponse ( Newtonsoft.Json.Linq.JObject response ) : void | ||
response | Newtonsoft.Json.Linq.JObject | |
return | void |
public Publish ( string channel, JToken data ) : void | ||
channel | string | |
data | JToken | |
return | void |