WebClientProtocol.UseDefaultCredentials Property

Definition

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

C#
public bool UseDefaultCredentials { get; set; }

Property Value

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

Applies to

See also