Table of Contents

Class DisconnectEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class DisconnectEventArgs
Inheritance
DisconnectEventArgs
Inherited Members

Constructors

DisconnectEventArgs(bool)

public DisconnectEventArgs(bool reconnect)

Parameters

reconnect bool

Properties

Reconnect

Whether the client will attempt to reconnect after the disconnect.

public bool Reconnect { get; }

Property Value

bool