CloseMessage.AllowReconnect 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 false
, clients with automatic reconnects enabled should not attempt to automatically reconnect after receiving the CloseMessage.
public:
property bool AllowReconnect { bool get(); };
public bool AllowReconnect { get; }
member this.AllowReconnect : bool
Public ReadOnly Property AllowReconnect As Boolean