Thresher 1.2 Class Documentation

CtcpResponder.ResponseDelay Property

How long the responder should wait before replying to a query. Queries coming before this time has passed will be droppped.

[Visual Basic]
Public Property ResponseDelay As Double
[C#]
public double ResponseDelay {get; set;}

Property Value

The delay in milliseconds. The default is 2000 (2 seconds).

See Also

CtcpResponder Class | Sharkbite.Irc Namespace