C# Class Websockets.Droid.WebsocketConnection

A Websocket connection via androidBridge application
Inheritance: BridgeProxy, IWebSocketConnection
显示文件 Open project: NVentimiglia/Websockets.PCL

Public Methods

Method Description
Close ( ) : void
Link ( ) : void

Factory Initializer

Open ( string url, string protocol = null, string authToken = null ) : void
RaiseClosed ( ) : void
RaiseError ( string p1 ) : void
RaiseLog ( string p1 ) : void
RaiseMessage ( string p1 ) : void
RaiseOpened ( ) : void
Send ( string message ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
WebsocketConnection ( ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Link() public static method

Factory Initializer
public static Link ( ) : void
return void

Open() public method

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

RaiseClosed() public method

public RaiseClosed ( ) : void
return void

RaiseError() public method

public RaiseError ( string p1 ) : void
p1 string
return void

RaiseLog() public method

public RaiseLog ( string p1 ) : void
p1 string
return void

RaiseMessage() public method

public RaiseMessage ( string p1 ) : void
p1 string
return void

RaiseOpened() public method

public RaiseOpened ( ) : void
return void

Send() public method

public Send ( string message ) : void
message string
return void