3 instantiations of HANDLE
Microsoft.AspNetCore.Shared.Tests (3)
Windows.Win32.HANDLE.g.cs (3)
41 public static explicit operator HANDLE(void* value) => new HANDLE(value); 57 public static explicit operator HANDLE(IntPtr value) => new HANDLE((void*)value.ToPointer()); 59 public static explicit operator HANDLE(UIntPtr value) => new HANDLE((void*)value.ToPointer());
157 references to HANDLE
Microsoft.AspNetCore.Shared.Tests (157)
Windows.Win32.HANDLE.g.cs (13)
25 : IEquatable<HANDLE> 35 internal static HANDLE Null => default; 39 public static implicit operator void*(HANDLE value) => value.Value; 41 public static explicit operator HANDLE(void* value) => new HANDLE(value); 43 public static bool operator ==(HANDLE left, HANDLE right) => left.Value == right.Value; 45 public static bool operator !=(HANDLE left, HANDLE right) => !(left == right); 47 public bool Equals(HANDLE other) => this.Value == other.Value; 49 public override bool Equals(object obj) => obj is HANDLE other && this.Equals(other); 55 public static implicit operator IntPtr(HANDLE value) => new IntPtr(value.Value); 57 public static explicit operator HANDLE(IntPtr value) => new HANDLE((void*)value.ToPointer()); 59 public static explicit operator HANDLE(UIntPtr value) => new HANDLE((void*)value.ToPointer());
Windows.Win32.HTTP_BINDING_INFO.g.cs (1)
33 internal winmdroot.Foundation.HANDLE RequestQueueHandle;
Windows.Win32.HTTP_DATA_CHUNK.g.cs (1)
69 internal winmdroot.Foundation.HANDLE FileHandle;
Windows.Win32.HTTP_REQUEST_AUTH_INFO.g.cs (1)
53 internal winmdroot.Foundation.HANDLE AccessToken;
Windows.Win32.HTTP_SSL_CLIENT_CERT_INFO.g.cs (1)
46 internal winmdroot.Foundation.HANDLE Token;
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (139)
61 /// <inheritdoc cref="HttpCreateHttpHandle(winmdroot.Foundation.HANDLE*, uint)"/> 65 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 85 internal static extern unsafe uint HttpCreateHttpHandle(winmdroot.Foundation.HANDLE* RequestQueueHandle, [Optional] uint Reserved); 87 /// <inheritdoc cref="HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION, winmdroot.Foundation.PCWSTR, winmdroot.Security.SECURITY_ATTRIBUTES*, uint, winmdroot.Foundation.HANDLE*)"/> 95 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 132 internal static extern unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, [Optional] winmdroot.Foundation.PCWSTR Name, [Optional] winmdroot.Security.SECURITY_ATTRIBUTES* SecurityAttributes, [Optional] uint Flags, winmdroot.Foundation.HANDLE* RequestQueueHandle); 134 /// <inheritdoc cref="HttpCloseRequestQueue(winmdroot.Foundation.HANDLE)"/> 142 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 146 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 172 internal static extern uint HttpCloseRequestQueue(winmdroot.Foundation.HANDLE RequestQueueHandle); 174 /// <inheritdoc cref="HttpSetRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, void*)"/> 183 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 187 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 229 internal static extern unsafe uint HttpSetRequestQueueProperty(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, void* PropertyInformation, uint PropertyInformationLength, [Optional] uint Reserved1, [Optional] void* Reserved2); 231 /// <inheritdoc cref="HttpQueryRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, uint*, void*)"/> 242 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 246 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 262 /// <inheritdoc cref="HttpQueryRequestQueueProperty(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY, void*, uint, uint, uint*, void*)"/> 271 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 275 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 317 internal static extern unsafe uint HttpQueryRequestQueueProperty(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Networking.HttpServer.HTTP_SERVER_PROPERTY Property, [Optional] void* PropertyInformation, uint PropertyInformationLength, [Optional] uint Reserved1, [Optional] uint* ReturnLength, [Optional] void* Reserved2); 319 /// <inheritdoc cref="HttpSetRequestProperty(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY, void*, uint, global::System.Threading.NativeOverlapped*)"/> 329 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 333 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 372 internal static extern unsafe uint HttpSetRequestProperty(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong Id, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY PropertyId, [Optional] void* Input, uint InputPropertySize, global::System.Threading.NativeOverlapped* Overlapped); 374 /// <inheritdoc cref="HttpQueryRequestProperty(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY, void*, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 386 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 390 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 407 /// <inheritdoc cref="HttpQueryRequestProperty(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY, void*, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 417 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 421 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 438 internal static extern unsafe uint HttpQueryRequestProperty(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong Id, winmdroot.Networking.HttpServer.HTTP_REQUEST_PROPERTY PropertyId, [Optional] void* Qualifier, uint QualifierSize, [Optional] void* Output, uint OutputBufferSize, [Optional] uint* BytesReturned, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 440 /// <inheritdoc cref="HttpShutdownRequestQueue(winmdroot.Foundation.HANDLE)"/> 448 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 452 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 483 internal static extern uint HttpShutdownRequestQueue(winmdroot.Foundation.HANDLE RequestQueueHandle); 485 /// <inheritdoc cref="HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.HTTP_SSL_CLIENT_CERT_INFO*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 496 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 500 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 516 /// <inheritdoc cref="HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.HTTP_SSL_CLIENT_CERT_INFO*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 524 /// <inheritdoc cref="HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.HTTP_SSL_CLIENT_CERT_INFO*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 533 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 537 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 552 /// <inheritdoc cref="HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.HTTP_SSL_CLIENT_CERT_INFO*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 599 internal static extern unsafe uint HttpReceiveClientCertificate(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong ConnectionId, uint Flags, winmdroot.Networking.HttpServer.HTTP_SSL_CLIENT_CERT_INFO* SslClientCertInfo, uint SslClientCertInfoSize, [Optional] uint* BytesReceived, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 732 /// <inheritdoc cref="HttpAddUrl(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, void*)"/> 741 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 745 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 780 internal static extern unsafe uint HttpAddUrl(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Foundation.PCWSTR FullyQualifiedUrl, [Optional] void* Reserved); 782 /// <inheritdoc cref="HttpRemoveUrl(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR)"/> 792 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 796 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 829 internal static extern uint HttpRemoveUrl(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Foundation.PCWSTR FullyQualifiedUrl); 1049 /// <inheritdoc cref="HttpReceiveHttpRequest(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_RECEIVE_HTTP_REQUEST_FLAGS, winmdroot.Networking.HttpServer.HTTP_REQUEST_V2*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1060 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1064 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1080 /// <inheritdoc cref="HttpReceiveHttpRequest(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_RECEIVE_HTTP_REQUEST_FLAGS, winmdroot.Networking.HttpServer.HTTP_REQUEST_V2*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1088 /// <inheritdoc cref="HttpReceiveHttpRequest(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_RECEIVE_HTTP_REQUEST_FLAGS, winmdroot.Networking.HttpServer.HTTP_REQUEST_V2*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1097 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1101 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1116 /// <inheritdoc cref="HttpReceiveHttpRequest(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_RECEIVE_HTTP_REQUEST_FLAGS, winmdroot.Networking.HttpServer.HTTP_REQUEST_V2*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1159 internal static extern unsafe uint HttpReceiveHttpRequest(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, winmdroot.Networking.HttpServer.HTTP_RECEIVE_HTTP_REQUEST_FLAGS Flags, winmdroot.Networking.HttpServer.HTTP_REQUEST_V2* RequestBuffer, uint RequestBufferLength, [Optional] uint* BytesReturned, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 1161 /// <inheritdoc cref="HttpReceiveRequestEntityBody(winmdroot.Foundation.HANDLE, ulong, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1172 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1176 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1192 /// <inheritdoc cref="HttpReceiveRequestEntityBody(winmdroot.Foundation.HANDLE, ulong, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1201 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1205 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1256 internal static extern unsafe uint HttpReceiveRequestEntityBody(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, uint Flags, void* EntityBuffer, uint EntityBufferLength, [Optional] uint* BytesReturned, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 1258 /// <inheritdoc cref="HttpSendHttpResponse(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2*, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY*, uint*, void*, uint, global::System.Threading.NativeOverlapped*, winmdroot.Networking.HttpServer.HTTP_LOG_DATA*)"/> 1269 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1273 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1291 /// <inheritdoc cref="HttpSendHttpResponse(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2*, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY*, uint*, void*, uint, global::System.Threading.NativeOverlapped*, winmdroot.Networking.HttpServer.HTTP_LOG_DATA*)"/> 1300 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1304 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1367 internal static extern unsafe uint HttpSendHttpResponse(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, uint Flags, winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2* HttpResponse, [Optional] winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY* CachePolicy, [Optional] uint* BytesSent, [Optional] void* Reserved1, [Optional] uint Reserved2, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.HTTP_LOG_DATA* LogData); 1369 /// <inheritdoc cref="HttpSendResponseEntityBody(winmdroot.Foundation.HANDLE, ulong, uint, ushort, winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK*, uint*, void*, uint, global::System.Threading.NativeOverlapped*, winmdroot.Networking.HttpServer.HTTP_LOG_DATA*)"/> 1380 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1384 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1401 /// <inheritdoc cref="HttpSendResponseEntityBody(winmdroot.Foundation.HANDLE, ulong, uint, ushort, winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK*, uint*, void*, uint, global::System.Threading.NativeOverlapped*, winmdroot.Networking.HttpServer.HTTP_LOG_DATA*)"/> 1410 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1414 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1473 internal static extern unsafe uint HttpSendResponseEntityBody(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, uint Flags, [Optional] ushort EntityChunkCount, [Optional] winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK* EntityChunks, [Optional] uint* BytesSent, [Optional] void* Reserved1, [Optional] uint Reserved2, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.HTTP_LOG_DATA* LogData); 1475 /// <inheritdoc cref="HttpDeclarePush(winmdroot.Foundation.HANDLE, ulong, winmdroot.Networking.HttpServer.HTTP_VERB, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCSTR, winmdroot.Networking.HttpServer.HTTP_REQUEST_HEADERS*)"/> 1487 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1491 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1527 internal static extern unsafe uint HttpDeclarePush(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, winmdroot.Networking.HttpServer.HTTP_VERB Verb, winmdroot.Foundation.PCWSTR Path, [Optional] winmdroot.Foundation.PCSTR Query, [Optional] winmdroot.Networking.HttpServer.HTTP_REQUEST_HEADERS* Headers); 1529 /// <inheritdoc cref="HttpWaitForDisconnect(winmdroot.Foundation.HANDLE, ulong, global::System.Threading.NativeOverlapped*)"/> 1537 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1541 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1578 internal static extern unsafe uint HttpWaitForDisconnect(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong ConnectionId, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 1580 /// <inheritdoc cref="HttpWaitForDisconnectEx(winmdroot.Foundation.HANDLE, ulong, uint, global::System.Threading.NativeOverlapped*)"/> 1586 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1590 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1613 internal static extern unsafe uint HttpWaitForDisconnectEx(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong ConnectionId, [Optional] uint Reserved, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 1615 /// <inheritdoc cref="HttpCancelHttpRequest(winmdroot.Foundation.HANDLE, ulong, global::System.Threading.NativeOverlapped*)"/> 1623 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1627 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1649 internal static extern unsafe uint HttpCancelHttpRequest(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 1651 /// <inheritdoc cref="HttpWaitForDemandStart(winmdroot.Foundation.HANDLE, global::System.Threading.NativeOverlapped*)"/> 1659 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1663 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1697 internal static extern unsafe uint HttpWaitForDemandStart(winmdroot.Foundation.HANDLE RequestQueueHandle, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 1709 /// <inheritdoc cref="HttpDelegateRequestEx(winmdroot.Foundation.HANDLE, winmdroot.Foundation.HANDLE, ulong, ulong, uint, winmdroot.Networking.HttpServer.HTTP_DELEGATE_REQUEST_PROPERTY_INFO*)"/> 1719 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1723 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1727 winmdroot.Foundation.HANDLE DelegateQueueHandleLocal; 1731 DelegateQueueHandleLocal = (winmdroot.Foundation.HANDLE)DelegateQueueHandle.DangerousGetHandle(); 1776 internal static extern unsafe uint HttpDelegateRequestEx(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Foundation.HANDLE DelegateQueueHandle, ulong RequestId, ulong DelegateUrlGroupId, uint PropertyInfoSetSize, winmdroot.Networking.HttpServer.HTTP_DELEGATE_REQUEST_PROPERTY_INFO* PropertyInfoSet); 1778 /// <inheritdoc cref="HttpFindUrlGroupId(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HANDLE, ulong*)"/> 1789 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1793 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1825 internal static extern unsafe uint HttpFindUrlGroupId(winmdroot.Foundation.PCWSTR FullyQualifiedUrl, winmdroot.Foundation.HANDLE RequestQueueHandle, ulong* UrlGroupId); 1827 /// <inheritdoc cref="HttpFlushResponseCache(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, uint, global::System.Threading.NativeOverlapped*)"/> 1837 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1841 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1880 internal static extern unsafe uint HttpFlushResponseCache(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Foundation.PCWSTR UrlPrefix, uint Flags, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 1882 /// <inheritdoc cref="HttpAddFragmentToCache(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK*, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY*, global::System.Threading.NativeOverlapped*)"/> 1896 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1900 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1948 internal static extern unsafe uint HttpAddFragmentToCache(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Foundation.PCWSTR UrlPrefix, winmdroot.Networking.HttpServer.HTTP_DATA_CHUNK* DataChunk, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY* CachePolicy, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 1950 /// <inheritdoc cref="HttpReadFragmentFromCache(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, winmdroot.Networking.HttpServer.HTTP_BYTE_RANGE*, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1963 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 1967 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 1985 /// <inheritdoc cref="HttpReadFragmentFromCache(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, winmdroot.Networking.HttpServer.HTTP_BYTE_RANGE*, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 1996 winmdroot.Foundation.HANDLE RequestQueueHandleLocal; 2000 RequestQueueHandleLocal = (winmdroot.Foundation.HANDLE)RequestQueueHandle.DangerousGetHandle(); 2048 internal static extern unsafe uint HttpReadFragmentFromCache(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Foundation.PCWSTR UrlPrefix, [Optional] winmdroot.Networking.HttpServer.HTTP_BYTE_RANGE* ByteRange, void* Buffer, uint BufferLength, [Optional] uint* BytesRead, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 2050 /// <inheritdoc cref="HttpSetServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, global::System.Threading.NativeOverlapped*)"/> 2078 internal static extern unsafe uint HttpSetServiceConfiguration([Optional] winmdroot.Foundation.HANDLE ServiceHandle, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, void* pConfigInformation, uint ConfigInformationLength, [Optional] global::System.Threading.NativeOverlapped* pOverlapped); 2080 /// <inheritdoc cref="HttpUpdateServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, global::System.Threading.NativeOverlapped*)"/> 2108 internal static extern unsafe uint HttpUpdateServiceConfiguration([Optional] winmdroot.Foundation.HANDLE Handle, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, void* ConfigInfo, uint ConfigInfoLength, [Optional] global::System.Threading.NativeOverlapped* Overlapped); 2110 /// <inheritdoc cref="HttpDeleteServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, global::System.Threading.NativeOverlapped*)"/> 2144 internal static extern unsafe uint HttpDeleteServiceConfiguration([Optional] winmdroot.Foundation.HANDLE ServiceHandle, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, void* pConfigInformation, uint ConfigInformationLength, [Optional] global::System.Threading.NativeOverlapped* pOverlapped); 2146 /// <inheritdoc cref="HttpQueryServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 2163 /// <inheritdoc cref="HttpQueryServiceConfiguration(winmdroot.Foundation.HANDLE, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID, void*, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 2203 internal static extern unsafe uint HttpQueryServiceConfiguration([Optional] winmdroot.Foundation.HANDLE ServiceHandle, winmdroot.Networking.HttpServer.HTTP_SERVICE_CONFIG_ID ConfigId, [Optional] void* pInput, uint InputLength, [Optional] void* pOutput, uint OutputLength, [Optional] uint* pReturnLength, [Optional] global::System.Threading.NativeOverlapped* pOverlapped);
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (1)
38 internal static extern winmdroot.Foundation.BOOL CloseHandle(winmdroot.Foundation.HANDLE hObject);