Class DnsResolutionResult
Represents the result of a DNS resolution.
Inheritance
System.Object
DnsResolutionResult
Namespace: VpnSDK.Common.Dns
Assembly: cs.temp.dll.dll
Syntax
public class DnsResolutionResult
Properties
IpAddresses
Gets or sets the IP address resolved from the DNS.
Declaration
public List<IPAddress>? IpAddresses { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<List<IPAddress>> |
IsDnsResolutionAllowedFurther
Gets or sets a value indicating whether further DNS resolution is allowed.
Declaration
public bool IsDnsResolutionAllowedFurther { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TimeToLive
Gets or sets the Time to Live (TTL) value in seconds for caching the DNS resolution result.
Declaration
public int TimeToLive { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |