Share via


NegotiationResponse.UseStatefulReconnect Property

Definition

If set, the connection should attempt to reconnect with the same ConnectionId if it disconnects. It should also set IStatefulReconnectFeature on the Features collection so other layers of the application (like SignalR) can react.

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

Property Value

Applies to