HttpSettings.AllowRedirectDowngrade Property
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
AllowRedirectDowngrade
Gets or sets a value indicating whether redirect downgrade from HTTPS to HTTP is allowed (default is false).
Declaration
public bool AllowRedirectDowngrade { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True when redirect downgrade is allowed; false when disallowed. |