HttpsRedirectTypeConverter Class

Definition

Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.

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

Constructors

HttpsRedirectTypeConverter()

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