1 write to m_Request
System (1)
net\System\Net\HttpListenerContext.cs (1)
37m_Request = new HttpListenerRequest(this, memoryBlob);
6 references to m_Request
System (6)
net\System\Net\HttpListenerContext.cs (6)
40GlobalLog.Print("HttpListenerContext#" + ValidationHelper.HashString(this) + "::.ctor() HttpListener#" + ValidationHelper.HashString(m_Listener) + " HttpListenerRequest#" + ValidationHelper.HashString(m_Request)); 53return m_Request; 62GlobalLog.Print("HttpListenerContext#" + ValidationHelper.HashString(this) + "::.Response_get() HttpListener#" + ValidationHelper.HashString(m_Listener) + " HttpListenerRequest#" + ValidationHelper.HashString(m_Request) + " HttpListenerResponse#" + ValidationHelper.HashString(m_Response)); 203m_Request.Close(); 222ForceCancelRequest(RequestQueueHandle, m_Request.RequestId); 224m_Request.Close();