IDTSHttpClientConnection100.UseProxy Proprietà

Definizione

Ottiene o imposta un valore che indica se la connessione utilizzerà o meno 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

Valore della proprietà

true se la connessione userà un proxy; in caso contrario, false.

Attributi

Commenti

Per altre informazioni, vedere HttpClientConnection100Class.

Si applica a