19 references to Enter
System (19)
net\System\Net\DNS.cs (13)
209if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "GetHostByName", hostName); 295if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "GetHostByAddress", address); 329if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "GetHostByAddress", ""); 498if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "Resolve", hostName); 555if (Logging.On) Logging.Enter(Logging.Sockets, "DNS", "TryInternalResolve", hostName); 825if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "BeginGetHostByName", hostName); 857if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "GetHostEntry", hostNameOrAddress); 890if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "GetHostEntry", ""); 914if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "GetHostAddresses", hostNameOrAddress); 949if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "BeginGetHostEntry", hostNameOrAddress); 982if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "BeginGetHostAddresses", hostNameOrAddress); 1003if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "UnsafeBeginGetHostAddresses", hostName); 1019if(Logging.On)Logging.Enter(Logging.Sockets, "DNS", "BeginResolve", hostName);
net\System\Net\Logging.cs (1)
326Enter(traceSource, GetObjectName(obj)+"#"+ValidationHelper.HashString(obj), method, param);
net\System\Net\mail\SmtpClient.cs (3)
71if (Logging.On) Logging.Enter(Logging.Web, "SmtpClient", ".ctor", ""); 80if (Logging.On) Logging.Enter(Logging.Web, "SmtpClient", ".ctor", "host=" + host); 91if (Logging.On) Logging.Enter(Logging.Web, "SmtpClient", ".ctor", "host=" + host + ", port=" + port);
net\System\Net\Sockets\Socket.cs (1)
7871if (s_LoggingEnabled) Logging.Enter(Logging.Sockets, null, "ConnectAsync", "");
net\System\Net\WebRequest.cs (1)
118if(Logging.On)Logging.Enter(Logging.Web, "WebRequest", "Create", requestUri.ToString());