Table of Contents

Property Timeout

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

Timeout

Sets the timeout for HTTP operations. Set this to InfiniteTimeSpan to never time out. Defaults to 100 seconds.

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan