'Declaration Public Property UseDefaultCredentials As Boolean
public bool UseDefaultCredentials { get; set; }
Property Value
true if the default credentials are used; otherwise false. Default value is false.
'Declaration Public Property UseDefaultCredentials As Boolean
public bool UseDefaultCredentials { get; set; }
Set this property to true when requests made by this HttpUpload object should, if requested by the server, be authenticated using the 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 System.Net.ICredentials property to the credentials of the client on whose behalf the request is made.
Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5