Compartir a través de


IDTSHttpClientConnection100.UseProxy Propiedad

Definición

Obtiene o establece un valor que indica si la conexión usará o no 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

Valor de propiedad

true si la conexión usará un proxy; de lo contrario, false.

Atributos

Comentarios

Para obtener más información, vea HttpClientConnection100Class.

Se aplica a