1 write to m_RawUrl
System (1)
net\System\Net\HttpListenerRequest.cs (1)
265
m_RawUrl
= Marshal.PtrToStringAnsi((IntPtr) memoryBlob.RequestBlob->pRawUrl, memoryBlob.RequestBlob->RawUrlLength);
3 references to m_RawUrl
System (3)
net\System\Net\HttpListenerRequest.cs (3)
281
GlobalLog.Print("HttpListenerContext#" + ValidationHelper.HashString(this) + "::.ctor() RequestId:" + RequestId + " ConnectionId:" + m_ConnectionId + " RawConnectionId:" + memoryBlob.RequestBlob->RawConnectionId + " UrlContext:" + memoryBlob.RequestBlob->UrlContext + " RawUrl:" +
m_RawUrl
+ " Version:" + m_Version.ToString() + " Secure:" + m_SslStatus.ToString());
524
return
m_RawUrl
;
992
m_RawUrl
, RequestScheme, m_CookedUrlHost, m_CookedUrlPath, m_CookedUrlQuery);