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