7 references to PrintWarning
System (7)
net\System\Net\_DigestClient.cs (4)
758
if (Logging.On) Logging.
PrintWarning
(Logging.Web, typeof(HttpDigest), "ReadSuppressExtendedProtectionRegistryValue", e.Message);
761
if (Logging.On) Logging.
PrintWarning
(Logging.Web, typeof(HttpDigest), "ReadSuppressExtendedProtectionRegistryValue", e.Message);
766
if (Logging.On) Logging.
PrintWarning
(Logging.Web, typeof(HttpDigest), "ReadSuppressExtendedProtectionRegistryValue", e.Message);
769
if (Logging.On) Logging.
PrintWarning
(Logging.Web, typeof(HttpDigest), "ReadSuppressExtendedProtectionRegistryValue", e.Message);
net\System\Net\DNS.cs (2)
523
if (Logging.On) Logging.
PrintWarning
(Logging.Sockets, "DNS", "DNS.Resolve", ex.Message);
1045
if (Logging.On) Logging.
PrintWarning
(Logging.Sockets, "DNS", "DNS.EndResolve", ex.Message);
net\System\Net\HttpWebRequest.cs (1)
5618
Logging.
PrintWarning
(Logging.Web, this, "", message);