8 references to UserInfo
Aspire.Hosting.Nats.Tests (1)
NatsFunctionalTests.cs (1)
132
? connectionString!.Replace(new Uri(connectionString).
UserInfo
, null)
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
64
if (!string.IsNullOrEmpty(uri.
UserInfo
))
Microsoft.DotNet.Build.Tasks.Feed (2)
src\BuildModelFactory.cs (2)
278
if (!string.IsNullOrEmpty(parsedUri.
UserInfo
))
280
repoUri = repoUri.Replace($"{parsedUri.
UserInfo
}@", string.Empty);
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (2)
45
httpCred = GetCredentialsFromString(httpProxy.
UserInfo
);
49
httpsCred = GetCredentialsFromString(httpsProxy.
UserInfo
);
System.Net.Requests (1)
System\Net\FtpWebRequest.cs (1)
502
if (_uri.
UserInfo
is { Length: > 0 } userInfo)
System.Private.Uri (1)
System\UriBuilder.cs (1)
288
string userInfo = _uri.
UserInfo
;