4 references to Exit
System (4)
net\System\Net\Cache\IERequestCache.cs (3)
347if(Logging.On)Logging.Exit(Logging.RequestCache, "WinInetCache.Retrieve()", "Status = " + entry.Error.ToString()); 497if(Logging.On) Logging.Exit(Logging.RequestCache, "WinInetCache.Store", "Filename = " + entry.Filename); 600if(Logging.On) Logging.Exit(Logging.RequestCache, "WinInetCache.Update()", "Status = " + entry.Error.ToString());
net\System\Net\Sockets\TCPListener.cs (1)
93if (Logging.On) Logging.Exit(Logging.Sockets, "TcpListener.Create", "Port: " + port);