C# Class Adaptive.ReactiveTrader.Messaging.WebSocket.ClientWebSocketConnection

Inheritance: IWebSocketConnection
Datei anzeigen Open project: AdaptiveConsulting/ReactiveTraderCloud

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Open ( string url, string protocol = null ) : void
Send ( string message ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Open() public method

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

Send() public method

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