2 references to HostLength
System (2)
net\System\Net\HttpListenerRequest.cs (2)
269if (cookedUrl.pHost != null && cookedUrl.HostLength > 0) { 270m_CookedUrlHost = Marshal.PtrToStringUni((IntPtr)cookedUrl.pHost, cookedUrl.HostLength / 2);