HttpClientConnection100Class.UseSecureConnection Propriété

Définition

Obtient ou définit une valeur booléenne qui indique si la connexion est HTTPS ou HTTP.

public:
 virtual property bool UseSecureConnection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(24)]
public virtual bool UseSecureConnection { [System.Runtime.InteropServices.DispId(24)] get; [System.Runtime.InteropServices.DispId(24)] set; }
[<System.Runtime.InteropServices.DispId(24)>]
[<get: System.Runtime.InteropServices.DispId(24)>]
[<set: System.Runtime.InteropServices.DispId(24)>]
member this.UseSecureConnection : bool with get, set
Public Overridable Property UseSecureConnection As Boolean

Valeur de propriété

Valeur booléenne qui indique si la connexion est HTTPS ou HTTP. La valeur true signifie qu’une connexion HTTPS sécurisée est utilisée. La valeur false signifie qu’une connexion sécurisée n’est pas utilisée. La connexion utilisée à la place est HTTP.

Implémente

Attributs

S’applique à