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