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