2 references to FullUrlLength
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\NativeInterop\CookedUrl.cs (2)
21
if (!_nativeCookedUrl.pFullUrl.Equals(null) && _nativeCookedUrl.
FullUrlLength
> 0)
23
return Marshal.PtrToStringUni((IntPtr)_nativeCookedUrl.pFullUrl.Value, _nativeCookedUrl.
FullUrlLength
/ 2);