SocketTools .NET Edition

DnsClient.OnTimeout Event

Occurs when a blocking network operation exceeds the timeout period specified by the Timeout property.

[Visual Basic]
Public Event OnTimeout As EventHandler
[C#]
public event EventHandler OnTimeout;

Remarks

The event handler receives an argument of type EventArgs.

See Also

DnsClient Class | SocketTools Namespace