2 references to pRawUrl
System (2)
net\System\Net\HttpListenerRequest.cs (2)
264
if (memoryBlob.RequestBlob->
pRawUrl
!= null && memoryBlob.RequestBlob->RawUrlLength > 0) {
265
m_RawUrl = Marshal.PtrToStringAnsi((IntPtr) memoryBlob.RequestBlob->
pRawUrl
, memoryBlob.RequestBlob->RawUrlLength);