11 references to HTTP_REQUEST_V2
Microsoft.AspNetCore.Server.HttpSys (11)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (11)
127
internal
HTTP_REQUEST_V2
* NativeRequestV2
132
return (
HTTP_REQUEST_V2
*)_nativeRequest;
742
return GetRequestInfo((IntPtr)_nativeRequest, (
HTTP_REQUEST_V2
*)_nativeRequest);
748
var request = (
HTTP_REQUEST_V2
*)(pMemoryBlob + _bufferAlignment);
754
private IReadOnlyDictionary<int, ReadOnlyMemory<byte>> GetRequestInfo(IntPtr baseAddress,
HTTP_REQUEST_V2
* nativeRequest)
804
return GetChannelBindingToken((IntPtr)_nativeRequest, (
HTTP_REQUEST_V2
*)_nativeRequest);
809
var request = (
HTTP_REQUEST_V2
*)(pMemoryBlob + _bufferAlignment);
814
private byte[]? GetChannelBindingToken(IntPtr baseAddress,
HTTP_REQUEST_V2
* nativeRequest)
862
return GetClientCertificate((IntPtr)_nativeRequest, (
HTTP_REQUEST_V2
*)_nativeRequest);
868
var request = (
HTTP_REQUEST_V2
*)(pMemoryBlob + _bufferAlignment);
875
private X509Certificate2? GetClientCertificate(IntPtr baseAddress,
HTTP_REQUEST_V2
* nativeRequest)