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