Gets or sets a value indicating whether redirect downgrade from HTTPS to HTTP is allowed (default is false).
Namespace:
Rebex.Net
Assembly:
Rebex.Http (in Rebex.Http.dll)
Syntax
Visual Basic |
---|
Public Property AllowRedirectDowngrade As Boolean Get Set |
C# |
---|
public bool AllowRedirectDowngrade { get; set; } |