4 references to pRawUrl
Microsoft.AspNetCore.Server.IIS (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);