162 references to Enter
System (162)
net\System\Net\_ConnectStream.cs (7)
805if (Logging.On) Logging.Enter(Logging.Web, this, "Write", ""); 866if(Logging.On)Logging.Enter(Logging.Web, this, "BeginWrite", ""); 1296if(Logging.On)Logging.Enter(Logging.Web, this, "EndWrite", ""); 1373if (Logging.On) Logging.Enter(Logging.Web, this, "Read", ""); 1631if(Logging.On)Logging.Enter(Logging.Web, this, "BeginRead", ""); 1910if (Logging.On) Logging.Enter(Logging.Web, this, "EndRead", ""); 2402if(Logging.On)Logging.Enter(Logging.Web, this, "Close", "");
net\System\Net\_ListenerRequestStream.cs (4)
107if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Read", ""); 189if(Logging.On) Logging.Enter(Logging.HttpListener, this, "BeginRead", ""); 289if(Logging.On)Logging.Enter(Logging.HttpListener, this, "EndRead", ""); 336if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Dispose", "");
net\System\Net\_ListenerResponseStream.cs (3)
128if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Write", ""); 328if(Logging.On)Logging.Enter(Logging.HttpListener, this, "EndWrite", ""); 376if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", "");
net\System\Net\Cache\_RequestCacheProtocol.cs (1)
203if(Logging.On) Logging.Enter(Logging.RequestCache, this, "GetUpdateStatus", null);
net\System\Net\FtpWebRequest.cs (7)
555if(Logging.On)Logging.Enter(Logging.Web, this, "GetResponse", ""); 714if(Logging.On)Logging.Enter(Logging.Web, this, "BeginGetResponse", ""); 804if(Logging.On)Logging.Enter(Logging.Web, this, "EndGetResponse", ""); 881if(Logging.On)Logging.Enter(Logging.Web, this, "GetRequestStream", ""); 952if(Logging.On)Logging.Enter(Logging.Web, this, "BeginGetRequestStream", ""); 1005if(Logging.On)Logging.Enter(Logging.Web, this, "EndGetRequestStream", ""); 1680if(Logging.On)Logging.Enter(Logging.Web, this, "Abort", "");
net\System\Net\FtpWebResponse.cs (1)
104if(Logging.On)Logging.Enter(Logging.Web, this, "Close", "");
net\System\Net\HttpListener.cs (14)
366if(Logging.On)Logging.Enter(Logging.HttpListener, this, "HttpListener", ""); 625if(Logging.On)Logging.Enter(Logging.HttpListener, this, "AddPrefix", "uriPrefix:" + uriPrefix); 696if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Prefixes_get", ""); 706if(Logging.On)Logging.Enter(Logging.HttpListener, this, "RemovePrefix", "uriPrefix:" + uriPrefix); 734if(Logging.On)Logging.Enter(Logging.HttpListener, this, "RemoveAll", ""); 839if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Start", ""); 958if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Stop", ""); 1021if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Abort", ""); 1049if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", ""); 1069if (Logging.On) Logging.Enter(Logging.HttpListener, this, "Dispose", ""); 1140if(Logging.On)Logging.Enter(Logging.HttpListener, this, "GetContext", ""); 1250if(Logging.On)Logging.Enter(Logging.HttpListener, this, "BeginGetContext", ""); 1273if(Logging.On)Logging.Enter(Logging.HttpListener, this, "BeginGetContext", "IAsyncResult#" + ValidationHelper.HashString(asyncResult)); 1280if(Logging.On)Logging.Enter(Logging.HttpListener, this, "EndGetContext", "IAsyncResult#" + ValidationHelper.HashString(asyncResult));
net\System\Net\HttpListenerContext.cs (3)
59if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Response", ""); 194if(Logging.On) Logging.Enter(Logging.HttpListener, this, "Close()", ""); 221if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Abort", "");
net\System\Net\HttpListenerRequest.cs (4)
444if(Logging.On)Logging.Enter(Logging.HttpListener, this, "InputStream_get", ""); 606if(Logging.On)Logging.Enter(Logging.HttpListener, this, "GetClientCertificate", ""); 622if(Logging.On)Logging.Enter(Logging.HttpListener, this, "EndGetClientCertificate", ""); 772if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", "");
net\System\Net\HttpListenerResponse.cs (3)
338if(Logging.On)Logging.Enter(Logging.HttpListener, this, "abort", ""); 352if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", " responseEntity="+ValidationHelper.HashString(responseEntity)+" willBlock="+willBlock); 387if(Logging.On)Logging.Enter(Logging.HttpListener, this, "Close", "");
net\System\Net\HttpWebRequest.cs (8)
1352if (Logging.On) Logging.Enter(Logging.Web, this, "BeginGetRequestStream", ""); 1465if (Logging.On) Logging.Enter(Logging.Web, this, "EndGetRequestStream", ""); 1536if (Logging.On) Logging.Enter(Logging.Web, this, "GetRequestStream", ""); 1915if (Logging.On) Logging.Enter(Logging.Web, this, "BeginGetResponse", ""); 2057if (Logging.On) Logging.Enter(Logging.Web, this, "EndGetResponse", ""); 2155if (Logging.On) Logging.Enter(Logging.Web, this, "GetResponse", ""); 3138if (Logging.On) Logging.Enter(Logging.Web, this, "Abort", (exception == null? "" : exception.Message)); 5234if (Logging.On) Logging.Enter(Logging.Web, this, "HttpWebRequest", "uri: '" + uri + "', connectionGroupName: '" + connectionGroupName + "'");
net\System\Net\HttpWebResponse.cs (2)
406if(Logging.On)Logging.Enter(Logging.Web, this, "GetResponseStream", ""); 440if(Logging.On)Logging.Enter(Logging.Web, this, "Close", "");
net\System\Net\mail\SmtpClient.cs (2)
577if (Logging.On) Logging.Enter(Logging.Web, this, "SendAsync", "DeliveryMethod=" + DeliveryMethod.ToString()); 703if (Logging.On) Logging.Enter(Logging.Web, this, "SendAsyncCancel", null);
net\System\Net\mail\SmtpLoginAuthenticationModule.cs (1)
36if(Logging.On)Logging.Enter(Logging.Web, this, "Authenticate", null);
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (1)
32if(Logging.On)Logging.Enter(Logging.Web, this, "Authenticate", null);
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
38if(Logging.On)Logging.Enter(Logging.Web, this, "Authenticate", null);
net\System\Net\ServicePoint.cs (2)
109if (Logging.On) Logging.Enter(Logging.Web, this, "ServicePoint", address.DnsSafeHost + ":" + address.Port); 145if (Logging.On) Logging.Enter(Logging.Web, this, "ServicePoint", host + ":" + port);
net\System\Net\Sockets\Socket.cs (42)
264if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "Socket", null); 1065if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "Connect", host); 1141if (s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "Close", null); 1210if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "Accept", ""); 1307if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "Send", ""); 1420if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "SendFile", ""); 1519if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "Send", ""); 1599if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "SendTo", ""); 1749if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "Receive", ""); 1842if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "Receive", ""); 1955if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "ReceiveMessageFrom", ""); 2060if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "ReceiveFrom", ""); 2793if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "DuplicateAndClose", null); 3079if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginConnect", host); 3218if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginDisconnect",null); 3269if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "Disconnect",null); 3439if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginSend", ""); 3484if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "UnsafeBeginSend", ""); 3594if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginSendFile", ""); 3703if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginSend", ""); 3967if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginSendTo", ""); 4194if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginReceive", ""); 4237if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "UnsafeBeginReceive", ""); 4331if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginReceive", ""); 4532if (s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "BeginReceiveMessageFrom", ""); 4769if (s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "BeginReceiveFrom", ""); 5024if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginAccept", ""); 5352if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginAccept", ""); 6071if (s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "InternalBeginConnectHostName", host); 6244if (s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "Dispose", null); 6878if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginConnectEx", ""); 6980if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "MultipleSend", ""); 7214if(s_LoggingEnabled)Logging.Enter(Logging.Sockets, this, "BeginMultipleSend", ""); 7682if(s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "AcceptAsync", ""); 7763if(s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "ConnectAsync", ""); 7924if(s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "DisconnectAsync", ""); 7973if(s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "ReceiveAsync", ""); 8045if(s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "ReceiveFromAsync", ""); 8137if(s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "ReceiveMessageFromAsync", ""); 8215if(s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "SendAsync", ""); 8288if(s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "SendPacketsAsync", ""); 8358if(s_LoggingEnabled) Logging.Enter(Logging.Sockets, this, "SendToAsync", "");
net\System\Net\Sockets\TCPClient.cs (7)
62if(Logging.On)Logging.Enter(Logging.Sockets, this, "TcpClient", null); 96if(Logging.On)Logging.Enter(Logging.Sockets, this, "TcpClient", hostname); 186if(Logging.On)Logging.Enter(Logging.Sockets, this, "Connect", hostname); 365if(Logging.On)Logging.Enter(Logging.Sockets, this, "BeginConnect", host); 426if(Logging.On)Logging.Enter(Logging.Sockets, this, "GetStream", ""); 447if(Logging.On)Logging.Enter(Logging.Sockets, this, "Close", ""); 456if(Logging.On)Logging.Enter(Logging.Sockets, this, "Dispose", "");
net\System\Net\Sockets\TCPListener.cs (8)
173if(Logging.On)Logging.Enter(Logging.Sockets, this, "Start", null); 205if(Logging.On)Logging.Enter(Logging.Sockets, this, "Stop", null); 241if(Logging.On)Logging.Enter(Logging.Sockets, this, "AcceptSocket", null); 254if(Logging.On)Logging.Enter(Logging.Sockets, this, "AcceptTcpClient", null); 271if(Logging.On)Logging.Enter(Logging.Sockets, this, "BeginAcceptSocket", null); 281if(Logging.On)Logging.Enter(Logging.Sockets, this, "EndAcceptSocket", null); 305if(Logging.On)Logging.Enter(Logging.Sockets, this, "BeginAcceptTcpClient", null); 314if(Logging.On)Logging.Enter(Logging.Sockets, this, "EndAcceptTcpClient", null);
net\System\Net\webclient.cs (10)
384if(Logging.On)Logging.Enter(Logging.Web, this, "DownloadFile", address+", "+fileName); 487if(Logging.On)Logging.Enter(Logging.Web, this, "OpenWrite", address +", "+method); 542if(Logging.On)Logging.Enter(Logging.Web, this, "UploadData", address +", "+method); 694if(Logging.On)Logging.Enter(Logging.Web, this, "UploadFile", address +", "+method); 790if(Logging.On)Logging.Enter(Logging.Web, this, "UploadValues", address +", "+method); 852if(Logging.On)Logging.Enter(Logging.Web, this, "UploadString", address +", "+method); 1908if(Logging.On)Logging.Enter(Logging.Web, this, "OpenWriteAsync", address +", "+method); 2290if(Logging.On)Logging.Enter(Logging.Web, this, "UploadDataAsync", address +", "+method); 2391if(Logging.On)Logging.Enter(Logging.Web, this, "UploadFileAsync", address +", "+method); 2489if(Logging.On)Logging.Enter(Logging.Web, this, "UploadValuesAsync", address +", "+method);
net\System\Net\WebSockets\ClientWebSocket.cs (1)
40if (Logging.On) Logging.Enter(Logging.WebSockets, this, ".ctor", null);
net\System\Net\WebSockets\WebSocketBase.cs (7)
94Logging.Enter(Logging.WebSockets, this, Methods.Initialize, parameters); 211Logging.Enter(Logging.WebSockets, this, Methods.ReceiveAsync, string.Empty); 317Logging.Enter(Logging.WebSockets, this, Methods.SendAsync, inputParameter); 447Logging.Enter(Logging.WebSockets, this, Methods.Abort, string.Empty); 528Logging.Enter(Logging.WebSockets, this, Methods.CloseOutputAsync, inputParameter); 773Logging.Enter(Logging.WebSockets, this, Methods.CloseAsync, inputParameter); 1541Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnKeepAlive, string.Empty);
net\System\Net\WebSockets\WebSocketConnectionStream.cs (13)
96Logging.Enter(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, string.Empty); 174Logging.Enter(Logging.WebSockets, this, Methods.Close, string.Empty); 201Logging.Enter(Logging.WebSockets, this, Methods.ReadAsync, 249Logging.Enter(Logging.WebSockets, this, Methods.WriteAsync, 319Logging.Enter(Logging.WebSockets, this, Methods.MultipleWriteAsync, string.Empty); 377Logging.Enter(Logging.WebSockets, state, Methods.OnCancel, string.Empty); 545Logging.Enter(Logging.WebSockets, this, Methods.Close, string.Empty); 641Logging.Enter(Logging.WebSockets, this, Methods.MultipleWriteAsync, string.Empty); 692Logging.Enter(Logging.WebSockets, this, Methods.WriteAsync, 750Logging.Enter(Logging.WebSockets, this, Methods.ReadAsyncCore, 838Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnCancel, string.Empty); 902Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnWriteCompleted, 933Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnReadCompleted,
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
76Logging.Enter(Logging.WebSockets, context, "AcceptWebSocketAsync", "");
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (9)
140Logging.Enter(Logging.WebSockets, this, Methods.ReadAsyncCore, 213Logging.Enter(Logging.WebSockets, this, Methods.ReadAsyncFast, string.Empty); 366Logging.Enter(Logging.WebSockets, this, Methods.MultipleWriteAsyncCore, string.Empty); 428Logging.Enter(Logging.WebSockets, this, Methods.WriteAsyncCore, 490Logging.Enter(Logging.WebSockets, this, Methods.WriteAsyncFast, string.Empty); 619Logging.Enter(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, string.Empty); 721Logging.Enter(Logging.WebSockets, state, Methods.OnCancel, string.Empty); 793Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnWriteCompleted, string.Empty); 823Logging.Enter(Logging.WebSockets, thisPtr, Methods.OnReadCompleted, string.Empty);