WebSocketClientOptions
Summary
Websocket client options.
Signature
1 | |
Namespace
cAlgo.API
See Also
Properties
Timeout
Summary
Gets or sets the operation timeout.Default value is set to 60 seconds.
Signature
1 | |
Return Value
TimeSpan
SubProtocols
Summary
Gets or sets sub-protocols to be negotiated during the WebSocket connection handshake.
Signature
1 | |
Return Value
IEnumerable
KeepAliveInterval
Summary
Gets or sets the WebSocket protocol keep-alive interval.Default value is set to 30 seconds.
Signature
1 | |
Return Value
TimeSpan
UseDefaultCredentials
Summary
Gets or sets a Boolean value that indicates if default credentials should be used during WebSocket handshake.Default value is false.
Signature
1 | |
Return Value
bool