Table of Contents

Class Configuration

Namespace
DiscordRPC
Assembly
DiscordRPC.dll

Configuration of the current RPC connection

public class Configuration
Inheritance
Configuration
Inherited Members

Properties

ApiEndpoint

The Discord API endpoint that should be used.

[JsonProperty("api_endpoint")]
public string ApiEndpoint { get; set; }

Property Value

string

CdnHost

The CDN endpoint

[JsonProperty("cdn_host")]
public string CdnHost { get; set; }

Property Value

string

Environment

The type of environment the connection on. Usually Production.

[JsonProperty("environment")]
public string Environment { get; set; }

Property Value

string