Skip to content

WebSocketClientTextReceivedEventArgs

Summary

Provides data for WebSocketClient text data received event.

Signature

1
public class WebSocketClientTextReceivedEventArgs

Namespace

cAlgo.API

Properties

Client

Summary

Websocket client instance.

Signature

1
public WebSocketClient Client {get;}

Return Value

WebSocketClient

Text

Summary

Received text.

Signature

1
public string Text {get;}

Return Value

string