C# 클래스 Netronics.Http.SocketIO.SocketIO

상속: ISocketIO
파일 보기 프로젝트 열기: shlee322/Netronics

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateKey ( Client client ) : Client
GetClient ( string key ) : Client

메소드 상세

Emit() 공개 메소드

public Emit ( string id, dynamic o ) : void
id string
o dynamic
리턴 void

GetFlashSocket() 공개 메소드

public GetFlashSocket ( string args ) : IChannelHandler
args string
리턴 IChannelHandler

GetWebSocket() 공개 메소드

public GetWebSocket ( string args ) : IChannelHandler
args string
리턴 IChannelHandler

Handshake() 공개 메소드

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

JsonpPolling() 공개 메소드

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

On() 공개 메소드

public On ( string id, Action action ) : void
id string
action Action
리턴 void

XhrPolling() 공개 메소드

public XhrPolling ( HttpContact contact, string args ) : void
contact HttpContact
args string
리턴 void