Method | Description | |
---|---|---|
Emit ( string id, dynamic o ) : void | ||
GetFlashSocket ( string args ) : IChannelHandler | ||
GetWebSocket ( string args ) : IChannelHandler | ||
Handshake ( |
||
JsonpPolling ( |
||
On ( string id, Action |
||
XhrPolling ( HttpContact contact, string args ) : void |
Method | Description | |
---|---|---|
CreateKey ( |
||
GetClient ( string key ) : |
public GetFlashSocket ( string args ) : IChannelHandler | ||
args | string | |
return | IChannelHandler |
public GetWebSocket ( string args ) : IChannelHandler | ||
args | string | |
return | IChannelHandler |
public Handshake ( |
||
contact | ||
args | string | |
return | void |
public JsonpPolling ( |
||
contact | ||
args | string | |
return | void |
public On ( string id, Action |
||
id | string | |
action | Action |
|
return | void |
public XhrPolling ( HttpContact contact, string args ) : void | ||
contact | HttpContact | |
args | string | |
return | void |