1 instantiation of HTTP_CACHE_POLICY
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
311
var cachePolicy = new
HTTP_CACHE_POLICY
();
9 references to HTTP_CACHE_POLICY
Microsoft.AspNetCore.Server.HttpSys (9)
LibraryImports.g.cs (2)
138
internal 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)
172
static 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)
26
internal 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 (1)
311
var
cachePolicy = new HTTP_CACHE_POLICY();
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (5)
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)
528
winmdroot.Networking.HttpServer.
HTTP_CACHE_POLICY
CachePolicyLocal = CachePolicy ?? default(winmdroot.Networking.HttpServer.
HTTP_CACHE_POLICY
);
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);