NegotiationResponse.UseStatefulReconnect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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