Compartir a través de


CacheNetworkSettings.DnsServers Propiedad

Definición

Obtiene o establece servidores DNS para la memoria caché que se va a usar. Se establecerá desde la configuración de red si no se proporciona ningún valor.

[Newtonsoft.Json.JsonProperty(PropertyName="dnsServers")]
public System.Collections.Generic.IList<string> DnsServers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dnsServers")>]
member this.DnsServers : System.Collections.Generic.IList<string> with get, set
Public Property DnsServers As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a