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