Share via


IDTSHttpClientConnection100.UseSecureConnection Propriété

Définition

Obtient ou définit une valeur qui indique s'il s'agit d'une connexion HTTPS ou HTTP.

public:
 property bool UseSecureConnection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(24)]
public 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 Property UseSecureConnection As Boolean

Valeur de propriété

true si la connexion HTTP sécurisée est utilisée ; sinon, false.

Attributs

Remarques

Pour plus d’informations, consultez HttpClientConnection100Class.

S’applique à