2 references to pAbsPath
System (2)
net\System\Net\HttpListenerRequest.cs (2)
272
if (cookedUrl.
pAbsPath
!= null && cookedUrl.AbsPathLength > 0) {
273
m_CookedUrlPath = Marshal.PtrToStringUni((IntPtr)cookedUrl.
pAbsPath
, cookedUrl.AbsPathLength / 2);