语言

IDTSHttpClientConnection100.UseProxy 属性

定义

获取或设置一个值,指示连接是否使用代理。

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

属性值

如果连接将使用代理,则为真;否则,就是假的。

属性

注解

有关详细信息,请参阅 HttpClientConnection100Class

适用于