C# Class Netronics.Http.SocketIO.SocketIO

Inheritance: ISocketIO
Mostrar archivo Open project: shlee322/Netronics

Public Methods

Method Description
Emit ( string id, dynamic o ) : void
GetFlashSocket ( string args ) : IChannelHandler
GetWebSocket ( string args ) : IChannelHandler
Handshake ( HttpContact contact, string args ) : void
JsonpPolling ( HttpContact contact, string args ) : void
On ( string id, Action action ) : void
XhrPolling ( HttpContact contact, string args ) : void

Private Methods

Method Description
CreateKey ( Client client ) : Client
GetClient ( string key ) : Client

Method Details

Emit() public method

public Emit ( string id, dynamic o ) : void
id string
o dynamic
return void

GetFlashSocket() public method

public GetFlashSocket ( string args ) : IChannelHandler
args string
return IChannelHandler

GetWebSocket() public method

public GetWebSocket ( string args ) : IChannelHandler
args string
return IChannelHandler

Handshake() public method

public Handshake ( HttpContact contact, string args ) : void
contact Netronics.Http.HttpContact
args string
return void

JsonpPolling() public method

public JsonpPolling ( HttpContact contact, string args ) : void
contact Netronics.Http.HttpContact
args string
return void

On() public method

public On ( string id, Action action ) : void
id string
action Action
return void

XhrPolling() public method

public XhrPolling ( HttpContact contact, string args ) : void
contact HttpContact
args string
return void