Méthode |
Description |
|
CallHttpApi ( System.Action body ) : void |
|
|
CreateSockAddrStorageStructure ( int port ) : SOCKADDR_STORAGE |
|
|
CreateSockaddrStructure ( IPEndPoint ipEndPoint ) : GCHandle |
Creates an unmanaged sockaddr structure to pass to a WinAPI function. When the handle goes out of scope you must explicitly release it by calling the Free method; otherwise, memory leaks may occur. |
|
HttpDeleteServiceConfiguration ( IntPtr serviceIntPtr, HTTP_SERVICE_CONFIG_ID configId, IntPtr pConfigInformation, int configInformationLength, IntPtr pOverlapped ) : uint |
|
|
HttpInitialize ( HTTPAPI_VERSION version, uint flags, IntPtr pReserved ) : uint |
|
|
HttpQueryServiceConfiguration ( IntPtr serviceIntPtr, HTTP_SERVICE_CONFIG_ID configId, IntPtr pInputConfigInfo, int inputConfigInfoLength, IntPtr pOutputConfigInfo, int outputConfigInfoLength, [ pReturnLength, IntPtr pOverlapped ) : uint |
|
|
HttpSetServiceConfiguration ( IntPtr serviceIntPtr, HTTP_SERVICE_CONFIG_ID configId, IntPtr pConfigInformation, int configInformationLength, IntPtr pOverlapped ) : uint |
|
|
HttpTerminate ( uint Flags, IntPtr pReserved ) : uint |
|
|
ReadSockAddrStorageStructure ( SOCKADDR_STORAGE sockAddrStorageStructure ) : IPEndPoint |
Reads the unmanaged sockaddr structure returned by a WinAPI function |
|
ReadSockaddrStructure ( IntPtr pSockaddrStructure ) : IPEndPoint |
Reads the unmanaged sockaddr structure returned by a WinAPI function |
|
ShellExecuteEx ( SHELLEXECUTEINFO &lpExecInfo ) : bool |
|
|
ShowFileProperties ( string Filename ) : bool |
|
|
ThrowWin32ExceptionIfError ( uint retVal ) : void |
|
|