The current version of Mono doesn't provide any per-request way to set a credentials option. The credentials option is always set to the value of the globally static DefaultCredentials property:
|
requestObject.SetObjectProperty ("credentials", DefaultCredentials); |
.
Original issue: dotnet/AspNetCore.Docs#15555 (comment)
issue: dotnet/aspnetcore#17043 (comment)
/cc @SteveSandersonMS