Table of Contents

Interface IRequest

Namespace
Kook.Net
Assembly
Kook.Net.Core.dll

表示一个要发送到 KOOK 的通用的请求。

public interface IRequest

Properties

Options

获取发送请求时要使用的选项。

RequestOptions Options { get; }

Property Value

RequestOptions

TimeoutAt

获取请求在超时之前应等待的时间。

DateTimeOffset? TimeoutAt { get; }

Property Value

DateTimeOffset?