MailBee.NET Objects 4.0

DnsServer.UdpTimeout Property

Gets or sets the amount of time (in milliseconds) the system will wait for UDP message to be sent or received before the operation times out.

public int UdpTimeout {get; set;}

Property Value

The amount of time (in milliseconds) the system will wait for UDP message to be sent or received before the operation times out. The default value is 5000 (5 seconds).

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException UdpTimeout is negative.

See Also

DnsServer Class | MailBee.DnsMX Namespace