HttpRequest.IsHttps Właściwość

Definicja

Zwraca wartość true, jeśli schemat żądania to 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

Wartość właściwości

true, jeśli to żądanie używa protokołu https; w przeciwnym razie wartość false.

Dotyczy