[DllImport("Httpapi.dll", SetLastError = true)] public static extern uint HttpSetServiceConfiguration( IntPtr ServiceIntPtr, HTTP_SERVICE_CONFIG_ID ConfigId, IntPtr pConfigInformation, uint ConfigInformationLength, IntPtr pOverlapped );
Microsoft documentation: Link
Last updated 1 year ago