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