Table of Contents

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.

public bool ReconnectIndefinitely { set; }

Property Value

bool