MailBee.NET Objects 4.0

DnsServer Members

DnsServer overview

Public Instance Constructors

DnsServer Overloaded. Initializes a new instance of the DnsServer class.

Public Instance Properties

FailureCount Gets the number of repeated failures of the DNS server.
Host Gets or sets an IP address of the DNS server as string.
IP Gets an IP address of the DNS server as IPAddress.
Priority Gets or sets a value of the preference of the DNS server. Lower values are preferred.
UdpRetryCount Gets or sets a value of the maximum number of times to attempt to connect to the DNS server using the UDP protocol.
UdpTimeout 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 Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Reset Resets failure count to 0.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DnsServer Class | MailBee.DnsMX Namespace