Share via


HttpClientConnection100Class.UseProxy Propiedad

Definición

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

Valor de propiedad

Valor booleano que indica si la conexión usará un proxy. Un valor true indica que la conexión usará un proxy. Un valor de false indica que la conexión no usará un proxy.

Implementaciones

Atributos

Se aplica a