HttpRequest.IsHttps Proprietà

Definizione

Restituisce true se RequestScheme è https.

public:
 abstract property bool IsHttps { bool get(); void set(bool value); };
public abstract bool IsHttps { get; set; }
member this.IsHttps : bool with get, set
Public MustOverride Property IsHttps As Boolean

Valore della proprietà

true se la richiesta usa https. In caso contrario, false.

Si applica a