Aracılığıyla paylaş


HttpRequest.IsHttps Özellik

Tanım

RequestScheme https ise true döndürür.

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

Özellik Değeri

bu istek https kullanıyorsa true; aksi takdirde false.

Şunlara uygulanır