IDTSHttpClientConnection100.UseProxyCredentials 属性

定义

获取或设置一个值,该值指示连接是否将使用网络凭据。

public:
 property bool UseProxyCredentials { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public bool UseProxyCredentials { [System.Runtime.InteropServices.DispId(19)] get; [System.Runtime.InteropServices.DispId(19)] set; }
[<System.Runtime.InteropServices.DispId(19)>]
[<get: System.Runtime.InteropServices.DispId(19)>]
[<set: System.Runtime.InteropServices.DispId(19)>]
member this.UseProxyCredentials : bool with get, set
Public Property UseProxyCredentials As Boolean

属性值

如果连接将使用网络凭据,则为 true;否则为 false。

属性

注解

有关详细信息,请参阅 HttpClientConnection100Class

适用于