2 references to pHost
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);