IDTSHttpClientConnection100.UseProxy Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Verbindung einen Proxy verwendet, oder legt ihn fest.

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

Eigenschaftswert

true, wenn die Verbindung einen Proxy verwendet; andernfalls false.

Attribute

Hinweise

Weitere Informationen finden Sie unter HttpClientConnection100Class.

Gilt für: