14 references to HTTP_SERVICE_CONFIG_ID
Microsoft.AspNetCore.Shared.Tests (14)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (14)
2050 /// <inheritdoc cref="HttpSetServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, global::System.Threading.NativeOverlapped*)"/> 2052 internal static unsafe uint HttpSetServiceConfiguration(winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, ReadOnlySpan<byte> pConfigInformation) 2078 internal static extern unsafe uint HttpSetServiceConfiguration([Optional] winmdroot.Foundation.HANDLE ServiceHandle, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, void* pConfigInformation, uint ConfigInformationLength, [Optional] global::System.Threading.NativeOverlapped* pOverlapped); 2080 /// <inheritdoc cref="HttpUpdateServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, global::System.Threading.NativeOverlapped*)"/> 2082 internal static unsafe uint HttpUpdateServiceConfiguration(winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, ReadOnlySpan<byte> ConfigInfo) 2108 internal static extern unsafe uint HttpUpdateServiceConfiguration([Optional] winmdroot.Foundation.HANDLE Handle, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, void* ConfigInfo, uint ConfigInfoLength, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 2110 /// <inheritdoc cref="HttpDeleteServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, global::System.Threading.NativeOverlapped*)"/> 2112 internal static unsafe uint HttpDeleteServiceConfiguration(winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, ReadOnlySpan<byte> pConfigInformation) 2144 internal static extern unsafe uint HttpDeleteServiceConfiguration([Optional] winmdroot.Foundation.HANDLE ServiceHandle, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, void* pConfigInformation, uint ConfigInformationLength, [Optional] global::System.Threading.NativeOverlapped* pOverlapped); 2146 /// <inheritdoc cref="HttpQueryServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 2148 internal static unsafe uint HttpQueryServiceConfiguration(winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, [Optional] ReadOnlySpan<byte> pInput, [Optional] Span<byte> pOutput, out uint pReturnLength) 2163 /// <inheritdoc cref="HttpQueryServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 2165 internal static unsafe uint HttpQueryServiceConfiguration(winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, [Optional] ReadOnlySpan<byte> pInput, [Optional] Span<byte> pOutput) 2203 internal static extern unsafe uint HttpQueryServiceConfiguration([Optional] winmdroot.Foundation.HANDLE ServiceHandle, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, [Optional] void* pInput, uint InputLength, [Optional] void* pOutput, uint OutputLength, [Optional] uint* pReturnLength, [Optional] global::System.Threading.NativeOverlapped* pOverlapped);