15 references to UserInfo
Aspire.Hosting.Nats.Tests (1)
NatsFunctionalTests.cs (1)
131? connectionString!.Replace(new Uri(connectionString).UserInfo, null)
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
64if (!string.IsNullOrEmpty(uri.UserInfo))
Microsoft.DotNet.Build.Manifest (2)
BuildModelFactory.cs (2)
226if (!string.IsNullOrEmpty(parsedUri.UserInfo)) 228repoUri = repoUri.Replace($"{parsedUri.UserInfo}@", string.Empty);
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (2)
40httpCred = GetCredentialsFromString(httpProxy.UserInfo); 44httpsCred = GetCredentialsFromString(httpsProxy.UserInfo);
System.Net.Requests (1)
System\Net\FtpWebRequest.cs (1)
500if (_uri.UserInfo is { Length: > 0 } userInfo)
System.Net.WebProxy (6)
System\Net\WebProxy.cs (6)
46/// If the specified <paramref name="Address"/> contains <see cref="Uri.UserInfo"/>, the credentials 57/// If the specified <paramref name="Address"/> contains <see cref="Uri.UserInfo"/>, the credentials 69/// If the specified <paramref name="Address"/> contains <see cref="Uri.UserInfo"/>, the credentials 82/// If the specified <paramref name="Address"/> contains <see cref="Uri.UserInfo"/>, the credentials 183/// If the specified <see cref="Uri"/> contains <see cref="Uri.UserInfo"/>, the credentials 306string userInfo = uri.UserInfo;
System.Private.Uri (1)
System\UriBuilder.cs (1)
312string userInfo = _uri.UserInfo;
System.ServiceModel.Primitives (1)
System\ServiceModel\UriSchemeKeyedCollection.cs (1)
71if (!string.IsNullOrEmpty(uri.UserInfo))