RequestRestrictions.AllowNonSsl Property
When ssl is configured, all requests will be redirected to a secure url unless this is set to true.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
'Declaration
Public Property AllowNonSsl As Boolean
public bool AllowNonSsl { get; set; }
public:
property bool AllowNonSsl {
bool get ();
void set (bool value);
}
member AllowNonSsl : bool with get, set
function get AllowNonSsl () : boolean
function set AllowNonSsl (value : boolean)
Type: System.Boolean
Returns Boolean.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.