HttpRequestBase.IsSecureConnection 属性

定义

在派生类中替代时,获取指示 HTTP 连接是否使用安全套接字(HTTPS 协议)的值。

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

属性值

Boolean

如果连接为使用 HTTPS 协议的 SSL 连接,则为 true;否则为 false

例外

适用于