Table of Contents

Class RestClientConfiguration

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class RestClientConfiguration
Inheritance
RestClientConfiguration
Inherited Members

Constructors

RestClientConfiguration()

public RestClientConfiguration()

Properties

DefaultRequestProperties

public RestRequestProperties? DefaultRequestProperties { get; init; }

Property Value

RestRequestProperties

Hostname

public string? Hostname { get; init; }

Property Value

string

RateLimitManager

public IRateLimitManager? RateLimitManager { get; init; }

Property Value

IRateLimitManager

RequestHandler

public IRestRequestHandler? RequestHandler { get; init; }

Property Value

IRestRequestHandler

Version

public ApiVersion? Version { get; init; }

Property Value

ApiVersion?