HttpRequestWrapper.IsSecureConnection 屬性

定義

取得值,這個值表示 HTTP 連接是否使用安全通訊端 (HTTPS 通訊協定)。

public:
 virtual property bool IsSecureConnection { bool get(); };
public override bool IsSecureConnection { get; }
member this.IsSecureConnection : bool
Public Overrides ReadOnly Property IsSecureConnection As Boolean

屬性值

如果連接是使用 HTTPS 通訊協定的 SSL 連接,則為 true;否則為 false

適用於