Share via


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

属性值

如果连接将使用代理,则为 true;否则为 false。

属性

注解

有关详细信息,请参阅 HttpClientConnection100Class

适用于