SocketTools .NET Edition

DnsClient.Options Property

Gets and sets a value which specifies one or more client options.

[Visual Basic]
Public Property Options As DnsOptions
[C#]
public DnsClient.DnsOptions Options {get; set;}

Property Value

Returns one or more DnsOptions enumeration flags which specify the options for the client. The default value for this property is dnsOptionNone.

Remarks

The Options property specifies one or more default options options which are used when establishing a connection using the Connect method.

See Also

DnsClient Class | SocketTools Namespace