Class KookWebhookClient
表示一个基于 Webhook 网关的 KOOK 客户端。
public abstract class KookWebhookClient : KookSocketClient, IKookClient, IDisposable
- Inheritance
-
KookWebhookClient
- Implements
- Derived
- Inherited Members
Constructors
KookWebhookClient(KookWebhookConfig)
初始化一个 KookWebhookClient 类的新实例。
protected KookWebhookClient(KookWebhookConfig config)
Parameters
config
KookWebhookConfigWebhook 客户端的配置。
Methods
OnWebhookChallengeAsync(string)
当 Webhook 认证时调用。
protected virtual Task OnWebhookChallengeAsync(string challenge)
Parameters
challenge
string认证的数据。