You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pragma warning disable SYSLIB1054// Use 'LibraryImportAttribute' instead of 'DllImportAttribute' to generate P/Invoke marshalling code at compile time
107
112
[DllImport("httpapi.dll",SetLastError=true)]
108
113
privatestaticexternuintHttpInitialize(
109
114
HTTPAPI_VERSIONversion,
@@ -117,4 +122,5 @@ public static extern uint HttpSetServiceConfiguration(
117
122
nintpConfigInformation,
118
123
intconfigInformationLength,
119
124
nintpOverlapped);
125
+
#pragma warning restore SYSLIB1054// Use 'LibraryImportAttribute' instead of 'DllImportAttribute' to generate P/Invoke marshalling code at compile time
0 commit comments