Opc.Ua.Configuration.HttpAccessRule.NativeMethods.HttpDeleteServiceConfiguration C# (CSharp) Method

HttpDeleteServiceConfiguration() private method

private HttpDeleteServiceConfiguration ( IntPtr ServiceHandle, HTTP_SERVICE_CONFIG_ID ConfigId, IntPtr pConfigInformation, int ConfigInformationLength, IntPtr pOverlapped ) : HttpError
ServiceHandle System.IntPtr
ConfigId HTTP_SERVICE_CONFIG_ID
pConfigInformation System.IntPtr
ConfigInformationLength int
pOverlapped System.IntPtr
return HttpError
            public static extern HttpError HttpDeleteServiceConfiguration(
                IntPtr ServiceHandle,
                HTTP_SERVICE_CONFIG_ID ConfigId,
                IntPtr pConfigInformation,
                int ConfigInformationLength,
                IntPtr pOverlapped);