Class RestClientOptions
- Namespace
- NetCord.Hosting.Rest
- Assembly
- NetCord.Hosting.dll
public class RestClientOptions : IDiscordOptions
- Inheritance
-
RestClientOptions
- Implements
-
- Inherited Members
-
Constructors
RestClientOptions()
public RestClientOptions()
Properties
DefaultRequestProperties
public RestRequestProperties? DefaultRequestProperties { get; set; }
Property Value
- RestRequestProperties
Hostname
public string? Hostname { get; set; }
Property Value
- string
PublicKey
public string? PublicKey { get; set; }
Property Value
- string
RateLimitManager
public IRateLimitManager? RateLimitManager { get; set; }
Property Value
- IRateLimitManager
RequestHandler
public IRestRequestHandler? RequestHandler { get; set; }
Property Value
- IRestRequestHandler
Token
public string? Token { get; set; }
Property Value
- string
Version
public ApiVersion? Version { get; set; }
Property Value
- ApiVersion?