C# Class Adaptive.ReactiveTrader.Messaging.WebSocket.ClientWebSocketConnection
Mostrar archivo
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
public Close ( ) : void |
return |
void |
|
public Dispose ( ) : void |
return |
void |
|
public Open ( string url, string protocol = null ) : void |
url |
string |
|
protocol |
string |
|
return |
void |
|
public Send ( string message ) : void |
message |
string |
|
return |
void |
|