31 references to PrintInfo
System (31)
net\System\Net\_SecureChannel.cs (2)
92if (Logging.On) Logging.PrintInfo(Logging.Web, this, ".ctor", "hostname=" + hostname + ", #clientCertificates=" + ((clientCertificates == null) ? "0" : clientCertificates.Count.ToString(NumberFormatInfo.InvariantInfo)) + ", encryptionPolicy=" + encryptionPolicy); 767if (Logging.On) Logging.PrintInfo(Logging.Web, this, ".AcquireClientCredentials, new SecureCredential() ", "flags=(" + flags + "), m_ProtocolFlags=(" + m_ProtocolFlags + "), m_EncryptionPolicy=" + m_EncryptionPolicy);
net\System\Net\_TLSstream.cs (1)
63Logging.PrintInfo(
net\System\Net\FtpWebRequest.cs (1)
519if (Logging.On) Logging.PrintInfo(Logging.Web, this, ".ctor", uri.ToString());
net\System\Net\HttpListenerContext.cs (1)
35if (Logging.On) Logging.PrintInfo(Logging.HttpListener, this, ".ctor", "httpListener#" + ValidationHelper.HashString(httpListener) + " requestBlob=" + ValidationHelper.HashString((IntPtr) memoryBlob.RequestBlob));
net\System\Net\HttpListenerRequest.cs (4)
252if (Logging.On) Logging.PrintInfo(Logging.HttpListener, this, ".ctor", "httpContext#" + ValidationHelper.HashString(httpContext) + " memoryBlob# " + ValidationHelper.HashString((IntPtr) memoryBlob.RequestBlob)); 282if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, ".ctor", "httpContext#"+ ValidationHelper.HashString(httpContext)+ " RequestUri:" + ValidationHelper.ToString(RequestUri) + " Content-Length:" + ValidationHelper.ToString(ContentLength64) + " HTTP Method:" + ValidationHelper.ToString(HttpMethod)); 293Logging.PrintInfo(Logging.HttpListener, this, ".ctor", sb.ToString()); 617if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "BeginGetClientCertificate", "");
net\System\Net\HttpListenerResponse.cs (8)
42if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, ".ctor", ""); 181if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "CopyFrom", "templateResponse#"+ValidationHelper.HashString(templateResponse)); 264if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "AddHeader", " name="+name+" value="+value); 269if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "AppendHeader", " name="+name+" value="+value); 274if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "Redirect", " url="+url); 284if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "AppendCookie", " cookie#"+ValidationHelper.HashString(cookie)); 294if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, "SetCookie", " cookie#"+ValidationHelper.HashString(cookie)); 498Logging.PrintInfo(Logging.HttpListener, this, ".ctor", sb.ToString());
net\System\Net\mail\HeaderCollection.cs (5)
24if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Remove", name); 44if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Get", name); 64if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Get", name); 102if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Set", name.ToString() + "=" + value.ToString()); 137if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Add", name.ToString() + "=" + value.ToString());
net\System\Net\mail\SmtpClient.cs (1)
441if (Logging.On) Logging.PrintInfo(Logging.Web, this, "Send", "DeliveryMethod=" + DeliveryMethod.ToString());
net\System\Net\ServicePoint.cs (7)
651if (Logging.On) Logging.PrintInfo(Logging.Web, this, "CloseConnectionGroup", connectionGroupName); 657if (Logging.On) Logging.PrintInfo(Logging.Web, this, "CloseConnectionGroupInternal", connectionGroupName); 663if (Logging.On) Logging.PrintInfo(Logging.Web, this, "CloseConnectionGroupHelper", "connectionGroupName=" + connectionGroupName + ", closeInternal=" + closeInternal); 742if (Logging.On) Logging.PrintInfo(Logging.Web, this, "CloseConnectionGroupHelper, returning", released.ToString()); 1134if (Logging.On) Logging.PrintInfo(Logging.Web, this, "ReleaseConnectionGroup", connName); 1148if (Logging.On) Logging.PrintInfo(Logging.Web, this, "ReleaseConnectionGroup, returning", "false"); 1167if (Logging.On) Logging.PrintInfo(Logging.Web, this, "ReleaseConnectionGroup, returning", "true");
net\System\Net\WebSockets\WebSocketBase.cs (1)
1527Logging.PrintInfo(Logging.WebSockets, this, Methods.FinishOnCloseReceived, parameters);