HttpConnectionOptions.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.
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.