Share via


IDTSHttpClientConnection100.UseProxy Propriété

Définition

Obtient ou définit une valeur qui indique si la connexion utilisera ou non un proxy.

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

Valeur de propriété

true si la connexion utilise un proxy ; sinon, false.

Attributs

Remarques

Pour plus d’informations, consultez HttpClientConnection100Class.

S’applique à