NegotiationResponse.UseStatefulReconnect 属性

定义

如果设置,连接应尝试在断开连接时使用相同 ConnectionId 重新连接。 它还应在集合上Features设置 IStatefulReconnectFeature ,以便应用程序的其他层 ((如 SignalR) )可以做出反应。

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

属性值

适用于