50 references to Enter
System (50)
net\System\Net\Cache\_RequestCacheProtocol.cs (2)
96
if(Logging.On) Logging.
Enter
(Logging.RequestCache, this, "GetRetrieveStatus", request);
173
if(Logging.On) Logging.
Enter
(Logging.RequestCache, this, "GetRevalidateStatus", (_Validator == null? null: _Validator.Request));
net\System\Net\HttpWebRequest.cs (2)
5133
if(Logging.On)Logging.
Enter
(Logging.Web, this, "HttpWebRequest", uri);
5268
if(Logging.On)Logging.
Enter
(Logging.Web, this, "HttpWebRequest", serializationInfo);
net\System\Net\mail\SmtpClient.cs (1)
436
if (Logging.On) Logging.
Enter
(Logging.Web, this, "Send", message);
net\System\Net\Sockets\Socket.cs (25)
143
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "Socket", addressFamily);
172
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "Socket", addressFamily);
848
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "Bind", localEP);
916
if (s_LoggingEnabled) Logging.
Enter
(Logging.Sockets, this, "InternalBind", localEP);
1041
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "Connect", address);
1086
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "Connect", addresses);
1164
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "Listen", backlog);
2727
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "BeginConnect", remoteEP);
3121
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "BeginConnect", address);
3146
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "BeginConnect", addresses);
3329
if (s_LoggingEnabled) Logging.
Enter
(Logging.Sockets, this, "EndConnect", asyncResult);
3349
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndDisconnect", asyncResult);
3822
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndSend", asyncResult);
3883
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndSendFile", asyncResult);
4092
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndSendTo", asyncResult);
4467
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndReceive", asyncResult);
4658
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndReceiveMessageFrom", asyncResult);
4915
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndReceiveFrom", asyncResult);
5474
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndAccept", asyncResult);
5558
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndAccept", asyncResult);
5632
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "Shutdown", how);
6095
if (s_LoggingEnabled) Logging.
Enter
(Logging.Sockets, this, "InternalEndConnect", asyncResult);
6181
if (s_LoggingEnabled) Logging.
Enter
(Logging.Sockets, this, "Connect", endPointSnapshot);
7272
if(s_LoggingEnabled)Logging.
Enter
(Logging.Sockets, this, "EndMultipleSend", asyncResult);
8276
if(s_LoggingEnabled) Logging.
Enter
(Logging.Sockets, this, "SendAsync", retval);
net\System\Net\Sockets\TCPClient.cs (9)
38
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "TcpClient", localEP);
76
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "TcpClient", family);
132
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "TcpClient", acceptedSocket);
318
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "Connect", address);
339
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "Connect", remoteEP);
355
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "Connect", ipAddresses);
374
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "BeginConnect", address);
384
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "BeginConnect", addresses);
392
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "EndConnect", asyncResult);
net\System\Net\Sockets\TCPListener.cs (2)
34
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "TcpListener", localEP);
50
if(Logging.On)Logging.
Enter
(Logging.Sockets, this, "TcpListener", localaddr);
net\System\Net\webclient.cs (9)
330
if(Logging.On)Logging.
Enter
(Logging.Web, this, "DownloadData", address);
349
if(Logging.On)Logging.
Enter
(Logging.Web, this, "DownloadData", address);
436
if(Logging.On)Logging.
Enter
(Logging.Web, this, "OpenRead", address);
883
if(Logging.On)Logging.
Enter
(Logging.Web, this, "DownloadString", address);
1830
if(Logging.On)Logging.
Enter
(Logging.Web, this, "OpenReadAsync", address);
1980
if(Logging.On)Logging.
Enter
(Logging.Web, this, "DownloadStringAsync", address);
2034
if(Logging.On)Logging.
Enter
(Logging.Web, this, "DownloadDataAsync", address);
2089
if(Logging.On)Logging.
Enter
(Logging.Web, this, "DownloadFileAsync", address);
2199
if(Logging.On)Logging.
Enter
(Logging.Web, this, "UploadStringAsync", address);