37 references to Associate
System (37)
net\System\Net\_Connection.cs (1)
746if(Logging.On)Logging.Associate(Logging.Web, this, request);
net\System\Net\FtpWebRequest.cs (6)
604if (Logging.On) Logging.Associate(Logging.Web, this, httpWebRequest); 739if (Logging.On) Logging.Associate(Logging.Web, this, httpWebRequest); 919if (Logging.On) Logging.Associate(Logging.Web, this, httpWebRequest); 971if (Logging.On) Logging.Associate(Logging.Web, this, httpWebRequest); 1168if (Logging.On) Logging.Associate(Logging.Web, this, m_Connection); 1461if (Logging.On) Logging.Associate(Logging.Web, this, m_Connection);
net\System\Net\HttpListenerRequest.cs (1)
253if(Logging.On)Logging.Associate(Logging.HttpListener, this, httpContext);
net\System\Net\HttpListenerResponse.cs (1)
54if(Logging.On)Logging.Associate(Logging.HttpListener, this, httpContext);
net\System\Net\HttpWebRequest.cs (4)
3304if (Logging.On) Logging.Associate(Logging.Web, this, _ServicePoint); 3374if(Logging.On)Logging.Associate(Logging.Web, this, submitStream); 3743if(Logging.On)Logging.Associate(Logging.Web, this, coreResponseData.m_ConnectStream); 3744if(Logging.On)Logging.Associate(Logging.Web, this, _HttpResponse);
net\System\Net\mail\MailMessage.cs (2)
39if(Logging.On)Logging.Associate(Logging.Web, this, message); 61if(Logging.On)Logging.Associate(Logging.Web, this, message);
net\System\Net\mail\Message.cs (2)
194if(Logging.On)Logging.Associate(Logging.Web, this, headers); 214if(Logging.On)Logging.Associate(Logging.Web, this, envelopeHeaders);
net\System\Net\mail\SmtpClient.cs (2)
114if (Logging.On) Logging.Associate(Logging.Web, this, transport); 442if (Logging.On) Logging.Associate(Logging.Web, this, message);
net\System\Net\mail\smtpconnection.cs (4)
166if (Logging.On) Logging.Associate(Logging.Web, this, servicePoint); 322if (Logging.On) Logging.Associate(Logging.Web, this, servicePoint); 335if (Logging.On) Logging.Associate(Logging.Web, this, pooledStream); 623if (Logging.On) Logging.Associate(Logging.Web, ConnectAndHandshakeAsyncResult.connection, pooledStream);
net\System\Net\mail\SmtpTransport.cs (2)
203if(Logging.On)Logging.Associate(Logging.Web, this, connection); 226if(Logging.On)Logging.Associate(Logging.Web, this, connection);
net\System\Net\WebSockets\ClientWebSocket.cs (3)
158if (Logging.On) Logging.Associate(Logging.WebSockets, this, request); 165if (Logging.On) Logging.Associate(Logging.WebSockets, this, response); 173if (Logging.On) Logging.Associate(Logging.WebSockets, this, innerWebSocket);
net\System\Net\WebSockets\WebSocketBase.cs (2)
105Logging.Associate(Logging.WebSockets, this, m_InnerStream); 106Logging.Associate(Logging.WebSockets, this, m_InternalBuffer);
net\System\Net\WebSockets\WebSocketConnectionStream.cs (2)
52Logging.Associate(Logging.WebSockets, this, m_ConnectStream.Connection); 305Logging.Associate(Logging.WebSockets, this, m_WebSocketConnection);
net\System\Net\WebSockets\WebSocketHelpers.cs (2)
173Logging.Associate(Logging.WebSockets, context, webSocketContext); 174Logging.Associate(Logging.WebSockets, webSocketContext, webSocket);
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (3)
67Logging.Associate(Logging.WebSockets, inputStream, this); 68Logging.Associate(Logging.WebSockets, outputStream, this); 777Logging.Associate(Logging.WebSockets, this, webSocket);