1 reference to GetAuthenticationHeader
dotnet-sourcelink (1)
Program.cs (1)
184
var authenticationHeader = (authMethod != null) ?
GetAuthenticationHeader
(authMethod, authEncoding ?? Encoding.ASCII, user!, password!) : null;