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