Database.ClientProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. Possible values include: 'Encrypted', 'Plaintext'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientProtocol")]
public string ClientProtocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientProtocol")>]
member this.ClientProtocol : string with get, set
Public Property ClientProtocol As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute