19 references to HTTP_LOG_DATA
Microsoft.AspNetCore.Shared.Tests (19)
Windows.Win32.HTTP_LOG_FIELDS_DATA.g.cs (1)
31
internal winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
Base;
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (18)
1258
/// <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
*)"/>
1260
internal static unsafe uint HttpSendHttpResponse(SafeHandle RequestQueueHandle, ulong RequestId, uint Flags, in winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2 HttpResponse, [Optional] winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY? CachePolicy, out uint BytesSent, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
? LogData)
1278
winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
LogDataLocal = LogData ?? default(winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
);
1291
/// <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
*)"/>
1293
internal static unsafe uint HttpSendHttpResponse(SafeHandle RequestQueueHandle, ulong RequestId, uint Flags, in winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2 HttpResponse, [Optional] winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY? CachePolicy, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
? LogData)
1309
winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
LogDataLocal = LogData ?? default(winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
);
1367
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, [Optional] uint Reserved2, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
* LogData);
1369
/// <inheritdoc cref="HttpSendResponseEntityBody(winmdroot.Foundation.HANDLE, ulong, uint, ushort, winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK*, uint*, void*, uint, global::System.Threading.NativeOverlapped*, winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
*)"/>
1371
internal static unsafe uint HttpSendResponseEntityBody(SafeHandle RequestQueueHandle, ulong RequestId, uint Flags, [Optional] ReadOnlySpan<winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK> EntityChunks, out uint BytesSent, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
? LogData)
1388
winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
LogDataLocal = LogData ?? default(winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
);
1401
/// <inheritdoc cref="HttpSendResponseEntityBody(winmdroot.Foundation.HANDLE, ulong, uint, ushort, winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK*, uint*, void*, uint, global::System.Threading.NativeOverlapped*, winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
*)"/>
1403
internal static unsafe uint HttpSendResponseEntityBody(SafeHandle RequestQueueHandle, ulong RequestId, uint Flags, [Optional] ReadOnlySpan<winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK> EntityChunks, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
? LogData)
1418
winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
LogDataLocal = LogData ?? default(winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
);
1473
internal static extern unsafe uint HttpSendResponseEntityBody(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, uint Flags, [Optional] ushort EntityChunkCount, [Optional] winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK* EntityChunks, [Optional] uint* BytesSent, [Optional] void* Reserved1, [Optional] uint Reserved2, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.
HTTP_LOG_DATA
* LogData);