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