Class DiscordRestConfig
Represents a configuration class for DiscordRestClient.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class DiscordRestConfig : DiscordConfig
Properties
| Improve this Doc View SourceRestClientProvider
Gets or sets the provider used to generate new REST connections.
Declaration
public RestClientProvider RestClientProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Discord.Net.Rest.RestClientProvider |