10 references to HTTP_INITIALIZE_CONFIG
WsatConfig (10)
Configuration\Utilities.cs (2)
205
retCode = SafeNativeMethods.HttpInitialize(new HttpApiVersion(1, 0), SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);
206
SafeNativeMethods.HttpTerminate(SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);
Configuration\WsatServiceAddress.cs (4)
47
retVal = SafeNativeMethods.HttpInitialize(HttpWrapper.HttpApiVersion1, SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);
87
SafeNativeMethods.HttpTerminate(SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);
111
retVal = SafeNativeMethods.HttpInitialize(HttpWrapper.HttpApiVersion1, SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);
132
SafeNativeMethods.HttpTerminate(SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);
Configuration\WsatServiceCertificate.cs (4)
48
retVal = SafeNativeMethods.HttpInitialize(HttpWrapper.HttpApiVersion1, SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);
100
SafeNativeMethods.HttpTerminate(SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);
125
retVal = SafeNativeMethods.HttpInitialize(HttpWrapper.HttpApiVersion1, SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);
159
SafeNativeMethods.HttpTerminate(SafeNativeMethods.
HTTP_INITIALIZE_CONFIG
, IntPtr.Zero);