internal static extern HttpApi.Error HttpInitialize( HTTPAPI_VERSION version, InitFlag flags, IntPtr reserved);
internal static extern HttpApi.Error HttpTerminate( InitFlag flags, IntPtr reserved);
public static extern UInt32 WasInit(InitFlag flags = 0);
public static extern void QuitSubSystem(InitFlag flags);
public static extern UInt32 InitSubSystem(InitFlag flags);
public static extern HttpApi.Error HttpTerminate( InitFlag flags, IntPtr reserved);
public static extern HttpApi.Error HttpInitialize( HTTPAPI_VERSION version, InitFlag flags, IntPtr reserved);