HttpRequest.IsHttps 속성

정의

RequestScheme이 https이면 true를 반환합니다.

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

속성 값

이 요청이 https를 사용하면 true이고, 그렇지 않으면 false입니다.

적용 대상