4 references to RawUrlLength
Microsoft.AspNetCore.Server.IIS (4)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (4)
276if (!NativeRequest->pRawUrl.Equals(null) && NativeRequest->RawUrlLength > 0) 278return Marshal.PtrToStringAnsi((IntPtr)NativeRequest->pRawUrl.Value, NativeRequest->RawUrlLength); 285if (!NativeRequest->pRawUrl.Equals(null) && NativeRequest->RawUrlLength > 0) 287return new Span<byte>(NativeRequest->pRawUrl, NativeRequest->RawUrlLength);