WebClientProtocol.UseDefaultCredentials Property

Definition

Gets or sets a value that indicates whether to set the Credentials property to the value of the DefaultCredentials property.

public:
 property bool UseDefaultCredentials { bool get(); void set(bool value); };
public bool UseDefaultCredentials { get; set; }
member this.UseDefaultCredentials : bool with get, set
Public Property UseDefaultCredentials As Boolean

Property Value

true if the Credentials property is set to the value of the DefaultCredentials property; otherwise, false.

Applies to

See also