140 references to Exit
System (140)
net\System\Net\_ConnectStream.cs (3)
826if(Logging.On)Logging.Exit(Logging.Web, this, "Write", ""); 1341if(Logging.On)Logging.Exit(Logging.Web, this, "EndWrite", ""); 2404if(Logging.On)Logging.Exit(Logging.Web, this, "Close", "");
net\System\Net\_ListenerRequestStream.cs (6)
119if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Read", "dataRead:0"); 174if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Read", "dataRead:" + dataRead); 201if(Logging.On)Logging.Exit(Logging.HttpListener, this, "BeginRead", ""); 284if(Logging.On)Logging.Exit(Logging.HttpListener, this, "BeginRead", ""); 316if(Logging.On)Logging.Exit(Logging.HttpListener, this, "EndRead", ""); 344if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Dispose", "");
net\System\Net\_ListenerResponseStream.cs (8)
141if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Write", ""); 229if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Write", ""); 247if(Logging.On)Logging.Exit(Logging.HttpListener, this, "BeginWrite", ""); 323if(Logging.On)Logging.Exit(Logging.HttpListener, this, "BeginWrite", ""); 356if(Logging.On)Logging.Exit(Logging.HttpListener, this, "EndWrite", ""); 382if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 392if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 455if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Dispose", "");
net\System\Net\Cache\_RequestCacheProtocol.cs (3)
149if(Logging.On) Logging.Exit(Logging.RequestCache, this, "GetRetrieveStatus", "result = " + _ProtocolStatus.ToString()); 185if(Logging.On) Logging.Exit(Logging.RequestCache, this, "GetRevalidateStatus", "result = " + _ProtocolStatus.ToString()); 233if(Logging.On)Logging.Exit(Logging.RequestCache, this, "GetUpdateStatus", "result = " + _ProtocolStatus.ToString());
net\System\Net\FtpWebRequest.cs (7)
699if(Logging.On)Logging.Exit(Logging.Web, this, "GetResponse", ""); 793if(Logging.On)Logging.Exit(Logging.Web, this, "BeginGetResponse", ""); 867if(Logging.On)Logging.Exit(Logging.Web, this, "EndGetResponse", ""); 939if(Logging.On)Logging.Exit(Logging.Web, this, "GetRequestStream", ""); 997if(Logging.On)Logging.Exit(Logging.Web, this, "BeginGetRequestStream", ""); 1048if(Logging.On)Logging.Exit(Logging.Web, this, "EndGetRequestStream", ""); 1719if(Logging.On)Logging.Exit(Logging.Web, this, "Abort", "");
net\System\Net\FtpWebResponse.cs (1)
113if(Logging.On)Logging.Exit(Logging.Web, this, "Close", "");
net\System\Net\HttpListener.cs (11)
384if (Logging.On) Logging.Exit(Logging.HttpListener, this, "HttpListener", ""); 690if(Logging.On)Logging.Exit(Logging.HttpListener, this, "AddPrefix", "prefix:" + registeredPrefix); 728if(Logging.On)Logging.Exit(Logging.HttpListener, this, "RemovePrefix", "uriPrefix:" + uriPrefix); 752if(Logging.On)Logging.Exit(Logging.HttpListener, this, "RemoveAll", ""); 880if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Start", ""); 983if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Stop", ""); 1043if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Abort", ""); 1057if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 1085if (Logging.On) Logging.Exit(Logging.HttpListener, this, "Dispose", ""); 1233if (Logging.On) Logging.Exit(Logging.HttpListener, this, "GetContext", "HttpListenerContext#" + ValidationHelper.HashString(httpContext) + " RequestTraceIdentifier#" + (httpContext != null ? httpContext.Request.RequestTraceIdentifier.ToString() : "<null>")); 1306if(Logging.On)Logging.Exit(Logging.HttpListener, this, "EndGetContext", httpContext == null ? "<no context>" : "HttpListenerContext#" + ValidationHelper.HashString(httpContext) + " RequestTraceIdentifier#" + httpContext.Request.RequestTraceIdentifier);
net\System\Net\HttpListenerContext.cs (3)
64if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Response", ""); 217if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 232if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Abort", "");
net\System\Net\HttpListenerRequest.cs (4)
448if(Logging.On)Logging.Exit(Logging.HttpListener, this, "InputStream_get", ""); 611if(Logging.On)Logging.Exit(Logging.HttpListener, this, "GetClientCertificate", ValidationHelper.ToString(m_ClientCertificate)); 639if(Logging.On)Logging.Exit(Logging.HttpListener, this, "EndGetClientCertificate", ValidationHelper.HashString(clientCertificate)); 780if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", "");
net\System\Net\HttpListenerResponse.cs (3)
347if(Logging.On)Logging.Exit(Logging.HttpListener, this, "abort", ""); 382if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", ""); 392if(Logging.On)Logging.Exit(Logging.HttpListener, this, "Close", "");
net\System\Net\HttpWebRequest.cs (4)
3238if(Logging.On)Logging.Exit(Logging.Web, this, "Abort", ""); 5178if(Logging.On)Logging.Exit(Logging.Web, this, "HttpWebRequest", null); 5246if(Logging.On)Logging.Exit(Logging.Web, this, "HttpWebRequest", null); 5311if(Logging.On)Logging.Exit(Logging.Web, this, "HttpWebRequest", null);
net\System\Net\HttpWebResponse.cs (1)
469if(Logging.On)Logging.Exit(Logging.Web, this, "Close", "");
net\System\Net\Logging.cs (1)
397Exit(traceSource, obj, method, retValue);
net\System\Net\mail\SmtpClient.cs (3)
557if (Logging.On) Logging.Exit(Logging.Web, this, "Send", null); 693if (Logging.On) Logging.Exit(Logging.Web, this, "SendAsync", null); 713if (Logging.On) Logging.Exit(Logging.Web, this, "SendAsyncCancel", null);
net\System\Net\mail\SmtpLoginAuthenticationModule.cs (1)
69if(Logging.On)Logging.Exit(Logging.Web, this, "Authenticate", null);
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (1)
87if(Logging.On)Logging.Exit(Logging.Web, this, "Authenticate", null);
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
69if(Logging.On)Logging.Exit(Logging.Web, this, "Authenticate", null);
net\System\Net\Sockets\Socket.cs (20)
166if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Socket", null); 252if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Socket", null); 285if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Socket", null); 911if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Bind", ""); 934if (s_LoggingEnabled) Logging.Exit(Logging.Sockets, this, "InternalBind", ""); 1060if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Connect", null); 1082if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Connect", null); 1129if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Connect", null); 1143if (s_LoggingEnabled) Logging.Exit(Logging.Sockets, this, "Close", null); 1200if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Listen", ""); 2833if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "DuplicateAndClose", null); 3305if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Disconnect", null); 3343Logging.Exit(Logging.Sockets, this, "EndConnect", ""); 3393if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "EndDisconnect", null); 3930if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "EndSendFile",""); 5664if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "Shutdown", ""); 6168Logging.Exit(Logging.Sockets, this, "InternalEndConnect", ""); 6229Logging.Exit(Logging.Sockets, this, "Connect", ""); 6260if (s_LoggingEnabled) Logging.Exit(Logging.Sockets, this, "Dispose", null); 7031if(s_LoggingEnabled)Logging.Exit(Logging.Sockets, this, "MultipleSend", "");
net\System\Net\Sockets\TCPClient.cs (16)
49if(Logging.On)Logging.Exit(Logging.Sockets, this, "TcpClient", ""); 63if(Logging.On)Logging.Exit(Logging.Sockets, this, "TcpClient", null); 87if(Logging.On)Logging.Exit(Logging.Sockets, this, "TcpClient", null); 125if(Logging.On)Logging.Exit(Logging.Sockets, this, "TcpClient", null); 135if(Logging.On)Logging.Exit(Logging.Sockets, this, "TcpClient", null); 309if(Logging.On)Logging.Exit(Logging.Sockets, this, "Connect", null); 330if(Logging.On)Logging.Exit(Logging.Sockets, this, "Connect", null); 348if(Logging.On)Logging.Exit(Logging.Sockets, this, "Connect", null); 358if(Logging.On)Logging.Exit(Logging.Sockets, this, "Connect", null); 367if(Logging.On)Logging.Exit(Logging.Sockets, this, "BeginConnect", null); 376if(Logging.On)Logging.Exit(Logging.Sockets, this, "BeginConnect", null); 386if(Logging.On)Logging.Exit(Logging.Sockets, this, "BeginConnect", null); 395if(Logging.On)Logging.Exit(Logging.Sockets, this, "EndConnect", null); 450if(Logging.On)Logging.Exit(Logging.Sockets, this, "Close", ""); 458if(Logging.On)Logging.Exit(Logging.Sockets, this, "Dispose", ""); 492if(Logging.On)Logging.Exit(Logging.Sockets, this, "Dispose", "");
net\System\Net\Sockets\TCPListener.cs (7)
40if(Logging.On)Logging.Exit(Logging.Sockets, this, "TcpListener", null); 59if(Logging.On)Logging.Exit(Logging.Sockets, this, "TcpListener", null); 181if(Logging.On)Logging.Exit(Logging.Sockets, this, "Start", null); 195if(Logging.On)Logging.Exit(Logging.Sockets, this, "Start", null); 219if(Logging.On)Logging.Exit(Logging.Sockets, this, "Stop", null); 276if(Logging.On)Logging.Exit(Logging.Sockets, this, "BeginAcceptSocket", null); 309if(Logging.On)Logging.Exit(Logging.Sockets, this, "BeginAcceptTcpClient", null);
net\System\Net\webclient.cs (13)
422if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadFile", ""); 806if(Logging.On)Logging.Exit(Logging.Web, this, "UploadValues", address +", "+method); 866if(Logging.On)Logging.Exit(Logging.Web, this, "UploadString", responseStringData); 891if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadString", stringData); 1851if(Logging.On)Logging.Exit(Logging.Web, this, "OpenReadAsync", null); 1933if(Logging.On)Logging.Exit(Logging.Web, this, "OpenWriteAsync", null); 1999if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadStringAsync", ""); 2053if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadDataAsync", null); 2115if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadFileAsync", null); 2234if(Logging.On)Logging.Exit(Logging.Web, this, "UploadStringAsync", null); 2330if(Logging.On)Logging.Exit(Logging.Web, this, "UploadDataAsync", null); 2433if(Logging.On)Logging.Exit(Logging.Web, this, "UploadFileAsync", null); 2529if(Logging.On)Logging.Exit(Logging.Web, this, "UploadValuesAsync", null);
net\System\Net\WebSockets\ClientWebSocket.cs (1)
51if (Logging.On) Logging.Exit(Logging.WebSockets, this, ".ctor", null);
net\System\Net\WebSockets\WebSocketBase.cs (7)
129Logging.Exit(Logging.WebSockets, this, Methods.Initialize, parameters); 271Logging.Exit(Logging.WebSockets, this, Methods.ReceiveAsync, string.Empty); 394Logging.Exit(Logging.WebSockets, this, Methods.SendAsync, inputParameter); 502Logging.Exit(Logging.WebSockets, this, Methods.Abort, string.Empty); 654Logging.Exit(Logging.WebSockets, this, Methods.CloseOutputAsync, inputParameter); 1012Logging.Exit(Logging.WebSockets, this, Methods.CloseAsync, inputParameter); 1604Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnKeepAlive, string.Empty);
net\System\Net\WebSockets\WebSocketConnectionStream.cs (8)
192Logging.Exit(Logging.WebSockets, this, Methods.Close, string.Empty); 284Logging.Exit(Logging.WebSockets, this, Methods.WriteAsync, string.Empty); 356Logging.Exit(Logging.WebSockets, this, Methods.MultipleWriteAsync, string.Empty); 398Logging.Exit(Logging.WebSockets, state, Methods.OnCancel, string.Empty); 571Logging.Exit(Logging.WebSockets, this, Methods.Close, string.Empty); 861Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnCancel, string.Empty); 917Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnWriteCompleted, string.Empty); 955Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnReadCompleted, string.Empty);
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
189Logging.Exit(Logging.WebSockets, context, "AcceptWebSocketAsync", "");
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (6)
407Logging.Exit(Logging.WebSockets, this, Methods.MultipleWriteAsyncCore, string.Empty); 478Logging.Exit(Logging.WebSockets, this, Methods.WriteAsyncCore, string.Empty); 661Logging.Exit(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, string.Empty); 747Logging.Exit(Logging.WebSockets, state, Methods.OnCancel, string.Empty); 807Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnWriteCompleted, string.Empty); 837Logging.Exit(Logging.WebSockets, thisPtr, Methods.OnReadCompleted, string.Empty);