C# Class Opc.Ua.Configuration.HttpAccessRule.NativeMethods

Declares the native methods used by the class.
ファイルを表示 Open project: OPCFoundation/Misc-Tools

Private Methods

Method Description
HttpDeleteServiceConfiguration ( IntPtr ServiceHandle, HTTP_SERVICE_CONFIG_ID ConfigId, IntPtr pConfigInformation, int ConfigInformationLength, IntPtr pOverlapped ) : HttpError
HttpInitialize ( HTTPAPI_VERSION version, HttpInitFlag flags, IntPtr reserved ) : HttpError
HttpQueryServiceConfiguration ( IntPtr ServiceHandle, HTTP_SERVICE_CONFIG_ID ConfigId, IntPtr pInputConfigInfo, int InputConfigInfoLength, IntPtr pOutputConfigInfo, int OutputConfigInfoLength, int &pReturnLength, IntPtr pOverlapped ) : HttpError
HttpSetServiceConfiguration ( IntPtr ServiceHandle, HTTP_SERVICE_CONFIG_ID ConfigId, IntPtr pConfigInformation, int ConfigInformationLength, IntPtr pOverlapped ) : HttpError
HttpTerminate ( HttpInitFlag flags, IntPtr reserved ) : HttpError
ZeroMemory ( IntPtr dest, int size ) : void