Compartilhar via


ProtocolTypeConverter Class

Definition

Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.

public class ProtocolTypeConverter : System.Management.Automation.PSTypeConverter
type ProtocolTypeConverter = class
    inherit PSTypeConverter
Public Class ProtocolTypeConverter
Inherits PSTypeConverter
Inheritance
ProtocolTypeConverter

Constructors

ProtocolTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to