C# 클래스 Opc.Ua.Configuration.HttpAccessRule.NativeMethods

Declares the native methods used by the class.
파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools

비공개 메소드들

메소드 설명
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