Share via


HttpConnectionOptions.UseStatefulReconnect Property

Definition

Setting to enable Stateful Reconnect between client and server, this allows reconnecting that preserves messages sent while disconnected. Also preserves the ConnectionId when the reconnect is successful.

public bool UseStatefulReconnect { get; set; }
member this.UseStatefulReconnect : bool with get, set
Public Property UseStatefulReconnect As Boolean

Property Value

Remarks

Only works with WebSockets transport currently.

Applies to