2 references to TryParseBasicAuth
System.Net.HttpListener (2)
System\Net\Managed\HttpListenerContext.Managed.cs (1)
49
TryParseBasicAuth
(authData, out _, out string? username, out string? password) ?
System\Net\Managed\ListenerAsyncResult.Managed.cs (1)
145
!HttpListenerContext.
TryParseBasicAuth
(authHeader.Substring(AuthenticationTypes.Basic.Length + 1), out errorCode, out _, out _))