Table of Contents

Class CloseMessage

Namespace
DiscordRPC.Message
Assembly
DiscordRPC.dll

Called when the IPC has closed.

public class CloseMessage : IMessage
Inheritance
CloseMessage
Inherited Members

Properties

Code

The closure code

public int Code { get; }

Property Value

int

Reason

The reason for the close

public string Reason { get; }

Property Value

string

Type

The type of message

public override MessageType Type { get; }

Property Value

MessageType