HttpRequestWrapper.IsSecureConnection Egenskap

Definition

Hämtar ett värde som anger om HTTP-anslutningen använder säkra socketar (HTTPS-protokoll).

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

Egenskapsvärde

trueom anslutningen är en SSL-anslutning som använder HTTPS-protokoll; annars . false

Gäller för