C# 클래스 Websockets.Ios.WebsocketConnection

상속: IWebSocketConnection
파일 보기 프로젝트 열기: NVentimiglia/Websockets.PCL

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Link ( ) : void

Factory Initializer

Open ( string url, string protocol = null, string authToken = null ) : void
Send ( string message ) : void

비공개 메소드들

메소드 설명
WebsocketConnection ( ) : System
_client_ReceivedMessage ( object sender, WebSocketReceivedMessageEventArgs e ) : void
_client_WebSocketClosed ( object sender, WebSocketClosedEventArgs e ) : void
_client_WebSocketFailed ( object sender, WebSocketFailedEventArgs e ) : void
_client_WebSocketOpened ( object sender, EventArgs e ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Link() 공개 정적인 메소드

Factory Initializer
public static Link ( ) : void
리턴 void

Open() 공개 메소드

public Open ( string url, string protocol = null, string authToken = null ) : void
url string
protocol string
authToken string
리턴 void

Send() 공개 메소드

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