HubConnectionOptions Class

Definition

Configures options for the HubConnection.

public sealed class HubConnectionOptions
type HubConnectionOptions = class
Public NotInheritable Class HubConnectionOptions
Inheritance
HubConnectionOptions

Constructors

HubConnectionOptions()

Properties

KeepAliveInterval

Configures KeepAliveInterval for the HubConnection.

ServerTimeout

Configures ServerTimeout for the HubConnection.

StatefulReconnectBufferSize

Amount of serialized messages in bytes we'll buffer when using Stateful Reconnect until applying backpressure to sends from the client.

Applies to