C# 클래스 Net.DDP.Client.DDPConnector

파일 보기 프로젝트 열기: sonyarouje/DDPClient.NET 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Connect ( string url, bool keepAlive = true, bool useSsl = false ) : void
DDPConnector ( IClient client ) : System
Send ( string message ) : void

비공개 메소드들

메소드 설명
_handle_Ping ( string message ) : bool
_socket_MessageReceived ( object sender, WebSocket4Net.MessageReceivedEventArgs e ) : void
_socket_Opened ( object sender, EventArgs e ) : void
_wait ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( string url, bool keepAlive = true, bool useSsl = false ) : void
url string
keepAlive bool
useSsl bool
리턴 void

DDPConnector() 공개 메소드

public DDPConnector ( IClient client ) : System
client IClient
리턴 System

Send() 공개 메소드

public Send ( string message ) : void
message string
리턴 void