HttpRequestWrapper.IsSecureConnection Property

Definition

Gets a value that indicates whether the HTTP connection uses secure sockets (HTTPS protocol).

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

Property Value

true if the connection is an SSL connection that uses HTTPS protocol; otherwise, false.

Applies to