2 references to HostLength
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\NativeInterop\CookedUrl.cs (2)
30if (!_nativeCookedUrl.pHost.Equals(null) && _nativeCookedUrl.HostLength > 0) 32return Marshal.PtrToStringUni((IntPtr)_nativeCookedUrl.pHost.Value, _nativeCookedUrl.HostLength / 2);