Property ReconnectIndefinitely
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
ReconnectIndefinitely
Defines that the client should attempt to reconnect indefinitely.
This is typically a very bad idea to set to true, as it will swallow all connection errors.
Defaults to false.
[Deprecated("Use Gateway.ReconnectIndefinitely instead. This property will be removed in a future version.")]
public bool ReconnectIndefinitely { set; }