HttpClientConnection100Class.UseProxyCredentials Property

Definition

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

public:
 virtual property bool UseProxyCredentials { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public virtual 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 Overridable Property UseProxyCredentials As Boolean

Property Value

A Boolean that indicates if the proxy connection will use network credentials. A value of true indicates that the connection will use network credentials. A value of false indicates that the connection will not use network credentials.

Implements

Attributes

Applies to