23 references to Exit
System (23)
net\System\Net\DNS.cs (18)
262if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "GetHostByName", ipHostEntry); 271if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "GetHostByName", ipHostEntry); 308if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "GetHostByAddress", ipHostEntry); 340if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "GetHostByAddress", ipHostEntry); 533if (Logging.On) Logging.Exit(Logging.Sockets, "DNS", "Resolve", ipHostEntry); 829if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "BeginGetHostByName", asyncResult); 844if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "EndGetHostByName", ipHostEntry); 884if (Logging.On) Logging.Exit(Logging.Sockets, "DNS", "GetHostEntry", ipHostEntry); 907if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "GetHostEntry", ipHostEntry); 942if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "GetHostAddresses", addresses); 953if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "BeginGetHostEntry", asyncResult); 965if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "BeginGetHostEntry", asyncResult); 975if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "EndGetHostEntry", ipHostEntry); 986if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "BeginGetHostAddresses", asyncResult); 996if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "EndGetHostAddresses", ipHostEntry); 1007if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "UnsafeBeginGetHostAddresses", asyncResult); 1023if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "BeginResolve", asyncResult); 1050if(Logging.On)Logging.Exit(Logging.Sockets, "DNS", "EndResolve", ipHostEntry);
net\System\Net\mail\SmtpClient.cs (3)
75if (Logging.On) Logging.Exit(Logging.Web, "SmtpClient", ".ctor", this); 85if (Logging.On) Logging.Exit(Logging.Web, "SmtpClient", ".ctor", this); 101if (Logging.On) Logging.Exit(Logging.Web, "SmtpClient", ".ctor", this);
net\System\Net\Sockets\Socket.cs (1)
7905if (s_LoggingEnabled) Logging.Exit(Logging.Sockets, null, "ConnectAsync", retval);
net\System\Net\WebRequest.cs (1)
193if(Logging.On)Logging.Exit(Logging.Web, "WebRequest", "Create", webRequest);