Gets or sets a bool value that controls whether the CredentialCache.DefaultCredentials are sent with requests.
Documentation for this section has not yet been entered.
Set this property to true when requests made by this System.Net.WebClient object should, if requested by the server, be authenticated using the default credentials of the currently logged on user. For client applications, this is the desired behavior in most scenarios. For middle tier applications, such as ASP.NET applications, instead of using this property, you would typically set the WebClient.Credentials property to the credentials of the client on whose behalf the request is made.