Table of Contents

Class WebhookClientConfiguration

Namespace
NetCord.Rest
Assembly
NetCord.dll

Contains configuration info for a WebhookClient.

public class WebhookClientConfiguration
Inheritance
WebhookClientConfiguration
Inherited Members

Constructors

WebhookClientConfiguration()

public WebhookClientConfiguration()

Properties

Client

The client to use as a base for the webhook client.

public RestClient? Client { get; set; }

Property Value

RestClient