DnsClientDefault Property
Returns a default instance of the DnsClient, which uses the configured dns servers of the executing computer and a
query timeout of 10 seconds.
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public static DnsClient Default { get; }
Public Shared ReadOnly Property Default As DnsClient
Get
public:
static property DnsClient^ Default {
DnsClient^ get ();
}
static member Default : DnsClient with get
Property Value
DnsClient