Compartir a través de


RedisCreateParameters.EnableNonSslPort Propiedad

Definición

Obtiene o establece especifica si el puerto de servidor redis no ssl (6379) está habilitado.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableNonSslPort")]
public bool? EnableNonSslPort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableNonSslPort")>]
member this.EnableNonSslPort : Nullable<bool> with get, set
Public Property EnableNonSslPort As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a