IDTSHttpClientConnection100.UseProxyCredentials Property

Definition

Gets or sets a value that indicates whether or not the connection will use network credentials.

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

Property Value

true if the connection will use network credentials; otherwise, false.

Attributes

Remarks

For more information, see HttpClientConnection100Class.

Applies to