3 references to PrintInfo
System (3)
net\System\Net\_SecureChannel.cs (1)
1455
Logging.
PrintInfo
(Logging.Web, this, "\t" + chainStatus.StatusInformation);
net\System\Net\HttpListener.cs (1)
2165
Logging.
PrintInfo
(Logging.HttpListener, this, "\t" + serviceName);
net\System\Net\HttpWebRequest.cs (1)
5104
if (Logging.On) Logging.
PrintInfo
(Logging.Web, this, "Request: "+Encoding.ASCII.GetString(WriteBuffer, 0, offset));