2 instantiations of HTTP_RESPONSE_V2
Microsoft.AspNetCore.Server.HttpSys (2)
HttpSysListener.cs (1)
299var httpResponse = new HTTP_RESPONSE_V2();
RequestProcessing\Response.cs (1)
43_nativeResponse = new HTTP_RESPONSE_V2();
10 references to HTTP_RESPONSE_V2
Microsoft.AspNetCore.Server.HttpSys (10)
HttpSysListener.cs (1)
299var httpResponse = new HTTP_RESPONSE_V2();
LibraryImports.g.cs (2)
138internal static unsafe partial uint HttpSendHttpResponse(global::System.Runtime.InteropServices.SafeHandle requestQueueHandle, ulong requestId, uint flags, Windows.Win32.Networking.HttpServer.HTTP_RESPONSE_V2* pHttpResponse, Windows.Win32.Networking.HttpServer.HTTP_CACHE_POLICY* pCachePolicy, uint* pBytesSent, nint pReserved1, uint Reserved2, global::Microsoft.AspNetCore.Server.HttpSys.SafeNativeOverlapped pOverlapped, nint pLogData) 172static extern unsafe uint __PInvoke(nint __requestQueueHandle_native, ulong __requestId_native, uint __flags_native, Windows.Win32.Networking.HttpServer.HTTP_RESPONSE_V2* __pHttpResponse_native, Windows.Win32.Networking.HttpServer.HTTP_CACHE_POLICY* __pCachePolicy_native, uint* __pBytesSent_native, nint __pReserved1_native, uint __Reserved2_native, nint __pOverlapped_native, nint __pLogData_native);
NativeInterop\HttpApi.cs (1)
26internal static unsafe partial uint HttpSendHttpResponse(SafeHandle requestQueueHandle, ulong requestId, uint flags, Windows.Win32.Networking.HttpServer.HTTP_RESPONSE_V2* pHttpResponse, Windows.Win32.Networking.HttpServer.HTTP_CACHE_POLICY* pCachePolicy, uint* pBytesSent, IntPtr pReserved1, uint Reserved2, SafeNativeOverlapped pOverlapped, IntPtr pLogData);
RequestProcessing\Response.cs (2)
33private HTTP_RESPONSE_V2 _nativeResponse; 322fixed (HTTP_RESPONSE_V2* pResponse = &_nativeResponse)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (4)
511 /// <inheritdoc cref="HttpSendHttpResponse(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2*, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY*, uint*, void*, uint, global::System.Threading.NativeOverlapped*, winmdroot.Networking.HttpServer.HTTP_LOG_DATA*)"/> 513 internal static unsafe uint HttpSendHttpResponse(SafeHandle RequestQueueHandle, ulong RequestId, uint Flags, in winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2 HttpResponse, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY? CachePolicy, uint* BytesSent, global::System.Threading.NativeOverlapped? Overlapped, winmdroot.Networking.HttpServer.HTTP_LOG_DATA? LogData) 518 fixed (winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2* HttpResponseLocal = &HttpResponse) 589 internal static extern unsafe uint HttpSendHttpResponse(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, uint Flags, winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2* HttpResponse, [Optional] winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY* CachePolicy, [Optional] uint* BytesSent, [Optional] void* Reserved1, uint Reserved2, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.HTTP_LOG_DATA* LogData);