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