19 references to Info
System.Net.Http (19)
src\libraries\Common\src\System\Net\CredentialCacheKey.cs (2)
41
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Match({UriPrefix} & {uri})");
91
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Equals({this},{other}) returns {equals}");
src\libraries\Common\src\System\Net\Security\CertificateHelper.cs (4)
42
NetEventSource.
Info
(candidateCerts, $"Skipping current X509Certificate2 {cert.GetHashCode()} since it doesn't have private key. Certificate Subject: {cert.Subject}, Thumbprint: {cert.Thumbprint}.");
51
NetEventSource.
Info
(candidateCerts, $"Choosing X509Certificate2 {cert.GetHashCode()} as the Client Certificate. Certificate Subject: {cert.Subject}, Thumbprint: {cert.Thumbprint}.");
72
NetEventSource.
Info
(cert, $"For Certificate {cert.GetHashCode()} - current X509EnhancedKeyUsageExtension {eku.GetHashCode()} is not valid for Client Authentication.");
80
NetEventSource.
Info
(cert, $"For Certificate {cert.GetHashCode()} - current X509KeyUsageExtension {ku.GetHashCode()} is not valid for Digital Signature.");
System\Net\Http\HttpContent.cs (1)
85
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this);
System\Net\Http\HttpMessageHandler.cs (1)
16
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this);
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (3)
337
NetEventSource.
Info
(pool.PreAuthCredentials, $"Removing Basic credential from cache, uri={preAuthCredentialUri}, username={preAuthCredential!.UserName}");
347
NetEventSource.
Info
(pool.PreAuthCredentials, $"Adding Basic credential to cache, uri={authUri}, username={challenge.Credential.UserName}");
356
NetEventSource.
Info
(pool.PreAuthCredentials, $"Basic credential present in cache, uri={authUri}, username={challenge.Credential.UserName}");
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (3)
84
NetEventSource.
Info
(connection, $"Authentication: {challenge.AuthenticationType}, Uri: {authUri.AbsoluteUri}");
98
NetEventSource.
Info
(connection, $"Authentication: {challenge.AuthenticationType}, Host: {hostName}");
127
NetEventSource.
Info
(connection, $"Authentication: {challenge.AuthenticationType}, SPN: {spn}");
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
632
NetEventSource.
Info
(this, $"Received server-initiated unidirectional stream of type {streamType}");
System\Net\Http\SocketsHttpHandler\PreAuthCredentialCache.cs (3)
23
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Adding key:[{key}], cred:[{cred.Domain}],[{cred.UserName}]");
40
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Removing key:[{key}]");
56
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this, $"Returning {(mostSpecificMatch == null ? "null" : "(" + mostSpecificMatch.UserName + ":" + mostSpecificMatch.Domain + ")")}");
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (1)
18
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Info
(this);