5 references to HttpInitialize
WsatConfig (5)
Configuration\Utilities.cs (1)
205
retCode = SafeNativeMethods.
HttpInitialize
(new HttpApiVersion(1, 0), SafeNativeMethods.HTTP_INITIALIZE_CONFIG, IntPtr.Zero);
Configuration\WsatServiceAddress.cs (2)
47
retVal = SafeNativeMethods.
HttpInitialize
(HttpWrapper.HttpApiVersion1, SafeNativeMethods.HTTP_INITIALIZE_CONFIG, IntPtr.Zero);
111
retVal = SafeNativeMethods.
HttpInitialize
(HttpWrapper.HttpApiVersion1, SafeNativeMethods.HTTP_INITIALIZE_CONFIG, IntPtr.Zero);
Configuration\WsatServiceCertificate.cs (2)
48
retVal = SafeNativeMethods.
HttpInitialize
(HttpWrapper.HttpApiVersion1, SafeNativeMethods.HTTP_INITIALIZE_CONFIG, IntPtr.Zero);
125
retVal = SafeNativeMethods.
HttpInitialize
(HttpWrapper.HttpApiVersion1, SafeNativeMethods.HTTP_INITIALIZE_CONFIG, IntPtr.Zero);