Updated project documentation for 3.0.1 release

pull/83/head v3.0.1
David Hall 2019-09-20 13:24:06 -06:00
parent b309f90b22
commit 9ecdceed2f
6 changed files with 153 additions and 94 deletions

View File

@ -29,6 +29,7 @@ Enum | Description | Values
[Vanara.PInvoke.STGM](https://github.com/dahall/Vanara/search?l=C%23&q=STGM) | The STGM constants are flags that indicate conditions for creating and deleting the object and access modes for the object. The STGM constants are included in the IStorage, IStream, and IPropertySetStorage interfaces and in the StgCreateDocfile, StgCreateStorageEx, StgCreateDocfileOnILockBytes, StgOpenStorage, and StgOpenStorageEx functions. <para> These elements are often combined using an OR operator. They are interpreted in groups as listed in the following table. It is not valid to use more than one element from a single group. | STGM_DIRECT, STGM_FAILIFTHERE, STGM_READ, STGM_WRITE, STGM_READWRITE, STGM_SHARE_EXCLUSIVE, STGM_SHARE_DENY_WRITE, STGM_SHARE_DENY_READ, STGM_SHARE_DENY_NONE, STGM_CREATE, STGM_TRANSACTED, STGM_CONVERT, STGM_PRIORITY, STGM_NOSCRATCH, STGM_NOSNAPSHOT, STGM_DIRECT_SWMR, STGM_DELETEONRELEASE, STGM_SIMPLE
[Vanara.PInvoke.SystemColorIndex](https://github.com/dahall/Vanara/search?l=C%23&q=SystemColorIndex) | Color index used to get a system color from <c>GetSysColor</c>. | COLOR_SCROLLBAR, COLOR_BACKGROUND, COLOR_DESKTOP, COLOR_ACTIVECAPTION, COLOR_INACTIVECAPTION, COLOR_MENU, COLOR_WINDOW, COLOR_WINDOWFRAME, COLOR_MENUTEXT, COLOR_WINDOWTEXT, COLOR_CAPTIONTEXT, COLOR_ACTIVEBORDER, COLOR_INACTIVEBORDER, COLOR_APPWORKSPACE, COLOR_HIGHLIGHT, COLOR_HIGHLIGHTTEXT, COLOR_BTNFACE, COLOR_3DFACE, COLOR_BTNSHADOW, COLOR_3DSHADOW, COLOR_GRAYTEXT, COLOR_BTNTEXT, COLOR_INACTIVECAPTIONTEXT, COLOR_3DHILIGHT, COLOR_BTNHILIGHT, COLOR_BTNHIGHLIGHT, COLOR_3DHIGHLIGHT, COLOR_3DDKSHADOW, COLOR_3DLIGHT, COLOR_INFOTEXT, COLOR_INFOBK, COLOR_HOTLIGHT, COLOR_GRADIENTACTIVECAPTION, COLOR_GRADIENTINACTIVECAPTION, COLOR_MENUHILIGHT, COLOR_MENUBAR
[Vanara.PInvoke.SystemShutDownReason](https://github.com/dahall/Vanara/search?l=C%23&q=SystemShutDownReason) | Flags used in the ExitWindowsEx, InitiateShutdown and InitiateSystemShutdownEx functions. | SHTDN_REASON_MAJOR_OTHER, SHTDN_REASON_MINOR_OTHER, SHTDN_REASON_MAJOR_NONE, SHTDN_REASON_MINOR_MAINTENANCE, SHTDN_REASON_MINOR_INSTALLATION, SHTDN_REASON_MINOR_UPGRADE, SHTDN_REASON_MINOR_RECONFIG, SHTDN_REASON_MINOR_HUNG, SHTDN_REASON_MINOR_UNSTABLE, SHTDN_REASON_MINOR_DISK, SHTDN_REASON_MINOR_PROCESSOR, SHTDN_REASON_MINOR_NETWORKCARD, SHTDN_REASON_MINOR_POWER_SUPPLY, SHTDN_REASON_MINOR_CORDUNPLUGGED, SHTDN_REASON_MINOR_ENVIRONMENT, SHTDN_REASON_MINOR_HARDWARE_DRIVER, SHTDN_REASON_MINOR_OTHERDRIVER, SHTDN_REASON_MINOR_BLUESCREEN, SHTDN_REASON_MINOR_SERVICEPACK, SHTDN_REASON_MINOR_HOTFIX, SHTDN_REASON_MINOR_SECURITYFIX, SHTDN_REASON_MINOR_SECURITY, SHTDN_REASON_MINOR_NETWORK_CONNECTIVITY, SHTDN_REASON_MINOR_WMI, SHTDN_REASON_MINOR_SERVICEPACK_UNINSTALL, SHTDN_REASON_MINOR_HOTFIX_UNINSTALL, SHTDN_REASON_MINOR_SECURITYFIX_UNINSTALL, SHTDN_REASON_MINOR_MMC, SHTDN_REASON_MINOR_SYSTEMRESTORE, SHTDN_REASON_MINOR_TERMSRV, SHTDN_REASON_MINOR_DC_PROMOTION, SHTDN_REASON_MINOR_DC_DEMOTION, SHTDN_REASON_MINOR_NONE, SHTDN_REASON_UNKNOWN, SHTDN_REASON_MAJOR_HARDWARE, SHTDN_REASON_MAJOR_OPERATINGSYSTEM, SHTDN_REASON_MAJOR_SOFTWARE, SHTDN_REASON_MAJOR_APPLICATION, SHTDN_REASON_MAJOR_SYSTEM, SHTDN_REASON_MAJOR_POWER, SHTDN_REASON_MAJOR_LEGACY_API, SHTDN_REASON_FLAG_COMMENT_REQUIRED, SHTDN_REASON_FLAG_DIRTY_PROBLEM_ID_REQUIRED, SHTDN_REASON_FLAG_CLEAN_UI, SHTDN_REASON_FLAG_DIRTY_UI, SHTDN_REASON_FLAG_MOBILE_UI_RESERVED, SHTDN_REASON_FLAG_USER_DEFINED, SHTDN_REASON_FLAG_PLANNED, SHTDN_REASON_LEGACY_API
[Vanara.PInvoke.URLZONE](https://github.com/dahall/Vanara/search?l=C%23&q=URLZONE) | Contains all the predefined zones used by Windows Internet Explorer. | URLZONE_PREDEFINED_MIN, URLZONE_LOCAL_MACHINE, URLZONE_INTRANET, URLZONE_TRUSTED, URLZONE_INTERNET, URLZONE_UNTRUSTED, URLZONE_PREDEFINED_MAX, URLZONE_USER_MIN, URLZONE_USER_MAX, URLZONE_INVALID
[Vanara.PInvoke.WIN32_WINNT](https://github.com/dahall/Vanara/search?l=C%23&q=WIN32_WINNT) | _WIN32_WINNT version constants | _WIN32_WINNT_NT4, _WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_WS03, _WIN32_WINNT_WIN6, _WIN32_WINNT_VISTA, _WIN32_WINNT_WS08, _WIN32_WINNT_LONGHORN, _WIN32_WINNT_WIN7, _WIN32_WINNT_WIN8, _WIN32_WINNT_WINBLUE, _WIN32_WINNT_WINTHRESHOLD, _WIN32_WINNT_WIN10
### Structures
Struct | Description
@ -147,5 +148,6 @@ Class | Description
[Vanara.PInvoke.FunctionHelper.SBFunc<T>](https://github.com/dahall/Vanara/search?l=C%23&q=SBFunc<T>) | Delegate that takes and StringBuilder and initial size and returns a result.
[Vanara.PInvoke.SECURITY_ATTRIBUTES](https://github.com/dahall/Vanara/search?l=C%23&q=SECURITY_ATTRIBUTES) | The SECURITY_ATTRIBUTES structure contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable. This structure provides security settings for objects created by various functions, such as CreateFile, CreatePipe, CreateProcess, RegCreateKeyEx, or RegSaveKeyEx.
[Vanara.PInvoke.FunctionHelper.SizeFunc<T>](https://github.com/dahall/Vanara/search?l=C%23&q=SizeFunc<T>) | Gets a size and returns an error.
[Vanara.InteropServices.StringPtrArrayMarshaler](https://github.com/dahall/Vanara/search?l=C%23&q=StringPtrArrayMarshaler) | Marshals an array of strings to an array of pointers to strings with a NULL pointer at the end of the array.
[Vanara.PInvoke.StructHelper](https://github.com/dahall/Vanara/search?l=C%23&q=StructHelper) | Helper methods for structures.
[Vanara.Collections.IEnumFromNext<T>.TryGetNext](https://github.com/dahall/Vanara/search?l=C%23&q=TryGetNext) | Delegate that gets the next value in an enumeration and returns true or returns false to indicate there are no more items in the enumeration.

View File

@ -32,13 +32,13 @@
<PackageReleaseNotes>Currently implements:
Classes
IErrorProvider, IGraphicsObjectHandle, IHandle, IKernelHandle, ISecurityObject, IShellHandle, ISyncHandle, IUserHandle, AssociateAttribute, ComTryGetNext, CoTaskMemStringMarshaler, FunctionHelper, IEnumFromCom&lt;T&gt;, IEnumFromIndexer&lt;T&gt;, IEnumFromNext&lt;T&gt;, Lib, Macros, NullTermStringArrayMarshaler, OverlappedAsync, OverlappedAsyncResult, PInvokeClientExtensions, PInvokeDataAttribute, PRECT, PtrFunc&lt;T&gt;, RegistryTypeExt, SafeElementArray&lt;T&gt;, SafeHANDLE, SafeNativeArray&lt;T&gt;, SafeNativeArrayBase&lt;T&gt;, SafeNativeLinkedList&lt;T&gt;, SafeResourceId, SBFunc&lt;T&gt;, SECURITY_ATTRIBUTES, SizeFunc&lt;T&gt;, StructHelper, TryGetNext
IErrorProvider, IGraphicsObjectHandle, IHandle, IKernelHandle, ISecurityObject, IShellHandle, ISyncHandle, IUserHandle, AssociateAttribute, ComTryGetNext, CoTaskMemStringMarshaler, FunctionHelper, IEnumFromCom&lt;T&gt;, IEnumFromIndexer&lt;T&gt;, IEnumFromNext&lt;T&gt;, Lib, Macros, NullTermStringArrayMarshaler, OverlappedAsync, OverlappedAsyncResult, PInvokeClientExtensions, PInvokeDataAttribute, PRECT, PtrFunc&lt;T&gt;, RegistryTypeExt, SafeElementArray&lt;T&gt;, SafeHANDLE, SafeNativeArray&lt;T&gt;, SafeNativeArrayBase&lt;T&gt;, SafeNativeLinkedList&lt;T&gt;, SafeResourceId, SBFunc&lt;T&gt;, SECURITY_ATTRIBUTES, SizeFunc&lt;T&gt;, StringPtrArrayMarshaler, StructHelper, TryGetNext
Structures
ACCESS_MASK, BusNumber, CLIPFORMAT, CM_FULL_RESOURCE_DESCRIPTOR, CM_PARTIAL_RESOURCE_DESCRIPTOR, CM_PARTIAL_RESOURCE_LIST, CM_RESOURCE_LIST, COLORREF, Connection, DevicePrivate, DeviceSpecificData, Dma, DmaV3, Generic, HACCEL, HANDLE, HBITMAP, HBRUSH, HCURSOR, HDC, HDESK, HDPA, HDROP, HDSA, HDWP, HENHMETAFILE, HFILE, HFONT, HGDIOBJ, HICON, HIMAGELIST, HINSTANCE, HKEY, HMENU, HMETAFILE, HMONITOR, HPALETTE, HPEN, HPROCESS, HPROPSHEET, HPROPSHEETPAGE, HRESULT, HRGN, HTASK, HTHEME, HTHREAD, HTHUMBNAIL, HTOKEN, HWINSTA, HWND, Interrupt, LCID, LOGFONT, Memory40, Memory48, Memory64, MessageInterruptRaw, MSG, NTStatus, OBJECT_TYPE_LIST, PACE, PACL, POINTS, PRECT, PSECURITY_DESCRIPTOR, PSID, RECT, ResourceId, SECURITY_ATTRIBUTES, SIZE, SYSTEMTIME, union, WIN32_FIND_DATA, Win32Error
Enumerations
CM_RESOURCE, CM_SHARE_DISPOSITION, CmResourceType, DrawTextFlags, FacilityCode, FacilityCode, FileFlagsAndAttributes, FontFamily, FontPitch, INTERFACE_TYPE, LogFontCharSet, LogFontClippingPrecision, LogFontOutputPrecision, LogFontOutputQuality, NTDDI, ObjectTypeListLevel, PInvokeClient, ProcessorArchitecture, REG_VALUE_TYPE, ResourceType, SECURITY_INFORMATION, SeverityLevel, SeverityLevel, ShowWindowCommand, STGM, SystemColorIndex, SystemShutDownReason, WIN32_WINNT
CM_RESOURCE, CM_SHARE_DISPOSITION, CmResourceType, DrawTextFlags, FacilityCode, FacilityCode, FileFlagsAndAttributes, FontFamily, FontPitch, INTERFACE_TYPE, LogFontCharSet, LogFontClippingPrecision, LogFontOutputPrecision, LogFontOutputQuality, NTDDI, ObjectTypeListLevel, PInvokeClient, ProcessorArchitecture, REG_VALUE_TYPE, ResourceType, SECURITY_INFORMATION, SeverityLevel, SeverityLevel, ShowWindowCommand, STGM, SystemColorIndex, SystemShutDownReason, URLZONE, WIN32_WINNT
</PackageReleaseNotes>
<LangVersion>latest</LangVersion>

View File

@ -354,7 +354,7 @@ Native Method | Header | Managed Method
[LoadMenu](http://msdn2.microsoft.com/en-us/library/loadmenu.htm) | winuser.h | [Vanara.PInvoke.User32.LoadMenu](https://github.com/dahall/Vanara/search?l=C%23&q=LoadMenu)
[LoadMenuIndirect](http://msdn2.microsoft.com/en-us/library/loadmenuindirect.htm) | winuser.h | [Vanara.PInvoke.User32.LoadMenuIndirect](https://github.com/dahall/Vanara/search?l=C%23&q=LoadMenuIndirect)
[LoadString](http://msdn2.microsoft.com/en-us/library/ms647486) | WinUser.h | [Vanara.PInvoke.User32.LoadString](https://github.com/dahall/Vanara/search?l=C%23&q=LoadString)
[LockSetForegroundWindow](http://msdn2.microsoft.com/en-us/library/locksetforegroundwindow) | winuser.h | [Vanara.PInvoke.User32.LockSetForegroundWindow](https://github.com/dahall/Vanara/search?l=C%23&q=LockSetForegroundWindow)
[LockSetForegroundWindow](https://www.google.com/search?num=5&q=LockSetForegroundWindow+site%3Amicrosoft.com) | winuser.h | [Vanara.PInvoke.User32.LockSetForegroundWindow](https://github.com/dahall/Vanara/search?l=C%23&q=LockSetForegroundWindow)
[LockWindowUpdate](http://msdn2.microsoft.com/en-us/library/00ec40c7-8ab2-40db-a9bb-48e18d66bf1a) | winuser.h | [Vanara.PInvoke.User32.LockWindowUpdate](https://github.com/dahall/Vanara/search?l=C%23&q=LockWindowUpdate)
[LockWorkStation](https://www.google.com/search?num=5&q=LockWorkStation+site%3Amicrosoft.com) | Winuser.h | [Vanara.PInvoke.User32.LockWorkStation](https://github.com/dahall/Vanara/search?l=C%23&q=LockWorkStation)
[LogicalToPhysicalPoint](http://msdn2.microsoft.com/en-us/library/logicaltophysicalpoint) | winuser.h | [Vanara.PInvoke.User32.LogicalToPhysicalPoint](https://github.com/dahall/Vanara/search?l=C%23&q=LogicalToPhysicalPoint)

View File

@ -1,96 +1,153 @@
## Correlation report for wininet.dll
### Methods (8% complete)
### Methods (100% complete)
Native Method | Header | Managed Method
--- | --- | ---
[CreateMD5SSOHash](https://www.google.com/search?num=5&q=CreateMD5SSOHash+site%3Amicrosoft.com) | |
[CreateUrlCacheGroup](https://www.google.com/search?num=5&q=CreateUrlCacheGroup+site%3Amicrosoft.com) | |
[DeleteUrlCacheContainer](https://www.google.com/search?num=5&q=DeleteUrlCacheContainerA+site%3Amicrosoft.com) | |
[DeleteUrlCacheEntry](https://www.google.com/search?num=5&q=DeleteUrlCacheEntry+site%3Amicrosoft.com) | |
[DeleteUrlCacheGroup](https://www.google.com/search?num=5&q=DeleteUrlCacheGroup+site%3Amicrosoft.com) | |
[DetectAutoProxyUrl](https://www.google.com/search?num=5&q=DetectAutoProxyUrl+site%3Amicrosoft.com) | |
[FindCloseUrlCache](https://www.google.com/search?num=5&q=FindCloseUrlCache+site%3Amicrosoft.com) | |
[FindFirstUrlCacheEntry](https://www.google.com/search?num=5&q=FindFirstUrlCacheEntryA+site%3Amicrosoft.com) | |
[FindFirstUrlCacheGroup](https://www.google.com/search?num=5&q=FindFirstUrlCacheGroup+site%3Amicrosoft.com) | |
[FindNextUrlCacheEntry](https://www.google.com/search?num=5&q=FindNextUrlCacheEntryA+site%3Amicrosoft.com) | |
[FindNextUrlCacheGroup](https://www.google.com/search?num=5&q=FindNextUrlCacheGroup+site%3Amicrosoft.com) | |
[FtpCommand](https://www.google.com/search?num=5&q=FtpCommandA+site%3Amicrosoft.com) | |
[FtpCreateDirectory](https://www.google.com/search?num=5&q=FtpCreateDirectoryA+site%3Amicrosoft.com) | |
[FtpDeleteFile](https://www.google.com/search?num=5&q=FtpDeleteFileA+site%3Amicrosoft.com) | |
[FtpFindFirstFile](https://www.google.com/search?num=5&q=FtpFindFirstFileA+site%3Amicrosoft.com) | |
[FtpGetCurrentDirectory](https://www.google.com/search?num=5&q=FtpGetCurrentDirectoryA+site%3Amicrosoft.com) | |
[FtpGetFileSize](https://www.google.com/search?num=5&q=FtpGetFileSize+site%3Amicrosoft.com) | |
[FtpPutFile](https://www.google.com/search?num=5&q=FtpPutFileA+site%3Amicrosoft.com) | |
[FtpRenameFile](https://www.google.com/search?num=5&q=FtpRenameFileA+site%3Amicrosoft.com) | |
[GetUrlCacheEntryInfo](https://www.google.com/search?num=5&q=GetUrlCacheEntryInfoA+site%3Amicrosoft.com) | |
[GetUrlCacheEntryInfoEx](https://www.google.com/search?num=5&q=GetUrlCacheEntryInfoExA+site%3Amicrosoft.com) | |
[GopherCreateLocator](https://www.google.com/search?num=5&q=GopherCreateLocatorA+site%3Amicrosoft.com) | |
[GopherFindFirstFile](https://www.google.com/search?num=5&q=GopherFindFirstFileA+site%3Amicrosoft.com) | |
[GopherGetAttribute](https://www.google.com/search?num=5&q=GopherGetAttributeA+site%3Amicrosoft.com) | |
[GopherGetLocatorType](https://www.google.com/search?num=5&q=GopherGetLocatorTypeA+site%3Amicrosoft.com) | |
[GopherOpenFile](https://www.google.com/search?num=5&q=GopherOpenFileA+site%3Amicrosoft.com) | |
[HttpAddRequestHeaders](https://www.google.com/search?num=5&q=HttpAddRequestHeadersA+site%3Amicrosoft.com) | |
[HttpOpenRequest](https://www.google.com/search?num=5&q=HttpOpenRequestA+site%3Amicrosoft.com) | |
[HttpQueryInfo](https://www.google.com/search?num=5&q=HttpQueryInfoA+site%3Amicrosoft.com) | |
[HttpSendRequest](https://www.google.com/search?num=5&q=HttpSendRequestA+site%3Amicrosoft.com) | |
[HttpSendRequestEx](https://www.google.com/search?num=5&q=HttpSendRequestExA+site%3Amicrosoft.com) | |
[InternetAttemptConnect](https://www.google.com/search?num=5&q=InternetAttemptConnect+site%3Amicrosoft.com) | |
[InternetAutodial](https://www.google.com/search?num=5&q=InternetAutodial+site%3Amicrosoft.com) | |
[InternetAutodialHangup](https://www.google.com/search?num=5&q=InternetAutodialHangup+site%3Amicrosoft.com) | |
[InternetCanonicalizeUrl](https://www.google.com/search?num=5&q=InternetCanonicalizeUrlA+site%3Amicrosoft.com) | |
[InternetCheckConnection](https://www.google.com/search?num=5&q=InternetCheckConnectionA+site%3Amicrosoft.com) | |
[InternetClearAllPerSiteCookieDecisions](https://www.google.com/search?num=5&q=InternetClearAllPerSiteCookieDecisions+site%3Amicrosoft.com) | |
[InternetCloseHandle](https://www.google.com/search?num=5&q=InternetCloseHandle+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.InternetCloseHandle](https://github.com/dahall/Vanara/search?l=C%23&q=InternetCloseHandle)
[InternetConfirmZoneCrossing](https://www.google.com/search?num=5&q=InternetConfirmZoneCrossing+site%3Amicrosoft.com) | |
[InternetConnect](https://www.google.com/search?num=5&q=InternetConnectA+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.InternetConnect](https://github.com/dahall/Vanara/search?l=C%23&q=InternetConnect)
[InternetCrackUrl](https://www.google.com/search?num=5&q=InternetCrackUrlA+site%3Amicrosoft.com) | |
[InternetDial](https://www.google.com/search?num=5&q=InternetDial+site%3Amicrosoft.com) | |
[InternetEnumPerSiteCookieDecision](https://www.google.com/search?num=5&q=InternetEnumPerSiteCookieDecisionA+site%3Amicrosoft.com) | |
[InternetErrorDlg](https://www.google.com/search?num=5&q=InternetErrorDlg+site%3Amicrosoft.com) | |
[InternetFindNextFile](https://www.google.com/search?num=5&q=InternetFindNextFileA+site%3Amicrosoft.com) | |
[InternetGetConnectedState](https://www.google.com/search?num=5&q=InternetGetConnectedState+site%3Amicrosoft.com) | |
[InternetGetConnectedStateEx](https://www.google.com/search?num=5&q=InternetGetConnectedStateEx+site%3Amicrosoft.com) | |
[InternetGetCookie](https://www.google.com/search?num=5&q=InternetGetCookieA+site%3Amicrosoft.com) | |
[InternetGetCookieEx](https://www.google.com/search?num=5&q=InternetGetCookieExA+site%3Amicrosoft.com) | |
[InternetGetLastResponseInfo](https://www.google.com/search?num=5&q=InternetGetLastResponseInfoA+site%3Amicrosoft.com) | |
[InternetGoOnline](https://www.google.com/search?num=5&q=InternetGoOnline+site%3Amicrosoft.com) | |
[InternetHangUp](https://www.google.com/search?num=5&q=InternetHangUp+site%3Amicrosoft.com) | |
[InternetInitializeAutoProxyDll](https://www.google.com/search?num=5&q=InternetInitializeAutoProxyDll+site%3Amicrosoft.com) | |
[InternetLockRequestFile](https://www.google.com/search?num=5&q=InternetLockRequestFile+site%3Amicrosoft.com) | |
[InternetOpen](https://www.google.com/search?num=5&q=InternetOpenA+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.InternetOpen](https://github.com/dahall/Vanara/search?l=C%23&q=InternetOpen)
[InternetOpenUrl](https://www.google.com/search?num=5&q=InternetOpenUrlA+site%3Amicrosoft.com) | |
[InternetQueryDataAvailable](https://www.google.com/search?num=5&q=InternetQueryDataAvailable+site%3Amicrosoft.com) | |
[InternetQueryOption](https://www.google.com/search?num=5&q=InternetQueryOptionA+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.InternetQueryOption](https://github.com/dahall/Vanara/search?l=C%23&q=InternetQueryOption)
[InternetReadFile](https://www.google.com/search?num=5&q=InternetReadFile+site%3Amicrosoft.com) | |
[InternetReadFileEx](https://www.google.com/search?num=5&q=InternetReadFileExA+site%3Amicrosoft.com) | |
[InternetSetCookie](https://www.google.com/search?num=5&q=InternetSetCookieA+site%3Amicrosoft.com) | |
[InternetSetCookieEx](https://www.google.com/search?num=5&q=InternetSetCookieExA+site%3Amicrosoft.com) | |
[InternetSetDialState](https://www.google.com/search?num=5&q=InternetSetDialState+site%3Amicrosoft.com) | |
[InternetSetFilePointer](https://www.google.com/search?num=5&q=InternetSetFilePointer+site%3Amicrosoft.com) | |
[InternetSetOption](https://www.google.com/search?num=5&q=InternetSetOptionA+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.InternetSetOption](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetOption)
[InternetSetOptionEx](https://www.google.com/search?num=5&q=InternetSetOptionExA+site%3Amicrosoft.com) | |
[InternetSetStatusCallback](https://www.google.com/search?num=5&q=InternetSetStatusCallback+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.InternetSetStatusCallback](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetStatusCallback)
[InternetTimeFromSystemTime](https://www.google.com/search?num=5&q=InternetTimeFromSystemTime+site%3Amicrosoft.com) | |
[InternetTimeToSystemTime](https://www.google.com/search?num=5&q=InternetTimeToSystemTime+site%3Amicrosoft.com) | |
[InternetUnlockRequestFile](https://www.google.com/search?num=5&q=InternetUnlockRequestFile+site%3Amicrosoft.com) | |
[InternetWriteFile](https://www.google.com/search?num=5&q=InternetWriteFile+site%3Amicrosoft.com) | |
[CommitUrlCacheEntryA](http://msdn2.microsoft.com/en-us/library/4bd21b30-cac5-482b-9826-b5a4ffeeebe9) | wininet.h | [Vanara.PInvoke.WinINet.CommitUrlCacheEntry](https://github.com/dahall/Vanara/search?l=C%23&q=CommitUrlCacheEntry)
[CommitUrlCacheEntryW](http://msdn2.microsoft.com/en-us/library/4bd21b30-cac5-482b-9826-b5a4ffeeebe9) | wininet.h | [Vanara.PInvoke.WinINet.CommitUrlCacheEntry](https://github.com/dahall/Vanara/search?l=C%23&q=CommitUrlCacheEntry)
[CreateMD5SSOHash](http://msdn2.microsoft.com/en-us/library/9aba22d7-a1a9-4b90-bfc6-78df8a8d0ce5) | wininet.h | [Vanara.PInvoke.WinINet.CreateMD5SSOHash](https://github.com/dahall/Vanara/search?l=C%23&q=CreateMD5SSOHash)
[CreateUrlCacheContainerA](http://msdn2.microsoft.com/en-us/library/19b518cc-2f02-49c3-bedc-f5d633cc635d) | winineti.h | [Vanara.PInvoke.WinINet.CreateUrlCacheContainer](https://github.com/dahall/Vanara/search?l=C%23&q=CreateUrlCacheContainer)
[CreateUrlCacheContainerW](http://msdn2.microsoft.com/en-us/library/19b518cc-2f02-49c3-bedc-f5d633cc635d) | winineti.h | [Vanara.PInvoke.WinINet.CreateUrlCacheContainer](https://github.com/dahall/Vanara/search?l=C%23&q=CreateUrlCacheContainer)
[CreateUrlCacheEntryA](http://msdn2.microsoft.com/en-us/library/9a58cf05-2306-4a0f-876d-85f5e91c5a2b) | wininet.h | [Vanara.PInvoke.WinINet.CreateUrlCacheEntry](https://github.com/dahall/Vanara/search?l=C%23&q=CreateUrlCacheEntry)
[CreateUrlCacheEntryW](http://msdn2.microsoft.com/en-us/library/9a58cf05-2306-4a0f-876d-85f5e91c5a2b) | wininet.h | [Vanara.PInvoke.WinINet.CreateUrlCacheEntry](https://github.com/dahall/Vanara/search?l=C%23&q=CreateUrlCacheEntry)
[CreateUrlCacheGroup](http://msdn2.microsoft.com/en-us/library/bea0bc3b-75fb-4147-a4bd-f4290dfbf290) | wininet.h | [Vanara.PInvoke.WinINet.CreateUrlCacheGroup](https://github.com/dahall/Vanara/search?l=C%23&q=CreateUrlCacheGroup)
[DeleteUrlCacheContainer](http://msdn2.microsoft.com/en-us/library/97F46974-9B20-46C6-B742-4BA5C60491DA) | winineti.h | [Vanara.PInvoke.WinINet.DeleteUrlCacheContainer](https://github.com/dahall/Vanara/search?l=C%23&q=DeleteUrlCacheContainer)
[DeleteUrlCacheEntry](https://www.google.com/search?num=5&q=DeleteUrlCacheEntry+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.DeleteUrlCacheEntry](https://github.com/dahall/Vanara/search?l=C%23&q=DeleteUrlCacheEntry)
[DeleteUrlCacheGroup](http://msdn2.microsoft.com/en-us/library/f1ff70db-36b7-4805-8f23-e3920acf0d11) | wininet.h | [Vanara.PInvoke.WinINet.DeleteUrlCacheGroup](https://github.com/dahall/Vanara/search?l=C%23&q=DeleteUrlCacheGroup)
[DetectAutoProxyUrl](http://msdn2.microsoft.com/en-us/library/4e94ab0c-0f39-4e6e-a272-6beff61e97c6) | wininet.h | [Vanara.PInvoke.WinINet.DetectAutoProxyUrl](https://github.com/dahall/Vanara/search?l=C%23&q=DetectAutoProxyUrl)
[FindCloseUrlCache](http://msdn2.microsoft.com/en-us/library/54fc7bea-4cc1-4034-93c3-49ec88817648) | wininet.h | [Vanara.PInvoke.WinINet.FindCloseUrlCache](https://github.com/dahall/Vanara/search?l=C%23&q=FindCloseUrlCache)
[FindFirstUrlCacheEntry](http://msdn2.microsoft.com/en-us/library/e8407284-846b-4080-b75b-4805330e0f95) | wininet.h | [Vanara.PInvoke.WinINet.FindFirstUrlCacheEntry](https://github.com/dahall/Vanara/search?l=C%23&q=FindFirstUrlCacheEntry)
[FindFirstUrlCacheGroup](http://msdn2.microsoft.com/en-us/library/a333cbc6-a880-4b1c-be0d-abb083909638) | wininet.h | [Vanara.PInvoke.WinINet.FindFirstUrlCacheGroup](https://github.com/dahall/Vanara/search?l=C%23&q=FindFirstUrlCacheGroup)
[FindNextUrlCacheEntry](http://msdn2.microsoft.com/en-us/library/776bf73e-00f3-46a1-a8c7-5eb365e9a518) | wininet.h | [Vanara.PInvoke.WinINet.FindNextUrlCacheEntry](https://github.com/dahall/Vanara/search?l=C%23&q=FindNextUrlCacheEntry)
[FindNextUrlCacheGroup](http://msdn2.microsoft.com/en-us/library/f3cbe67c-c069-404c-8ca4-d18b35cc4c4a) | wininet.h | [Vanara.PInvoke.WinINet.FindNextUrlCacheGroup](https://github.com/dahall/Vanara/search?l=C%23&q=FindNextUrlCacheGroup)
[FtpCommand](http://msdn2.microsoft.com/en-us/library/cd12f52c-80d6-4aee-96c8-cb3cafcf0a6a) | wininet.h | [Vanara.PInvoke.WinINet.FtpCommand](https://github.com/dahall/Vanara/search?l=C%23&q=FtpCommand)
[FtpCreateDirectory](http://msdn2.microsoft.com/en-us/library/51a33c5b-4e82-4148-8a3f-0cf7c0a8bac0) | wininet.h | [Vanara.PInvoke.WinINet.FtpCreateDirectory](https://github.com/dahall/Vanara/search?l=C%23&q=FtpCreateDirectory)
[FtpDeleteFile](http://msdn2.microsoft.com/en-us/library/16723c97-fd6f-40c2-844d-fc6d2dcc1a32) | wininet.h | [Vanara.PInvoke.WinINet.FtpDeleteFile](https://github.com/dahall/Vanara/search?l=C%23&q=FtpDeleteFile)
[FtpFindFirstFile](http://msdn2.microsoft.com/en-us/library/4f331f99-c52c-4744-a9a7-eeb09803862d) | wininet.h | [Vanara.PInvoke.WinINet.FtpFindFirstFile](https://github.com/dahall/Vanara/search?l=C%23&q=FtpFindFirstFile)
[FtpGetCurrentDirectory](http://msdn2.microsoft.com/en-us/library/1b757061-469b-4c11-9d0d-38b300216221) | wininet.h | [Vanara.PInvoke.WinINet.FtpGetCurrentDirectory](https://github.com/dahall/Vanara/search?l=C%23&q=FtpGetCurrentDirectory)
[FtpGetFileA](http://msdn2.microsoft.com/en-us/library/2de83924-dc48-42bc-8f08-b94e9eb88b6f) | wininet.h | [Vanara.PInvoke.WinINet.FtpGetFile](https://github.com/dahall/Vanara/search?l=C%23&q=FtpGetFile)
[FtpGetFileSize](http://msdn2.microsoft.com/en-us/library/f6cc696b-55b6-4d21-9401-fbb15062d0b4) | wininet.h | [Vanara.PInvoke.WinINet.FtpGetFileSize](https://github.com/dahall/Vanara/search?l=C%23&q=FtpGetFileSize)
[FtpGetFileW](http://msdn2.microsoft.com/en-us/library/2de83924-dc48-42bc-8f08-b94e9eb88b6f) | wininet.h | [Vanara.PInvoke.WinINet.FtpGetFile](https://github.com/dahall/Vanara/search?l=C%23&q=FtpGetFile)
[FtpOpenFileA](http://msdn2.microsoft.com/en-us/library/fb44d7bd-7868-4c53-aa4b-608d79c5bc7c) | wininet.h | [Vanara.PInvoke.WinINet.FtpOpenFile](https://github.com/dahall/Vanara/search?l=C%23&q=FtpOpenFile)
[FtpOpenFileW](http://msdn2.microsoft.com/en-us/library/fb44d7bd-7868-4c53-aa4b-608d79c5bc7c) | wininet.h | [Vanara.PInvoke.WinINet.FtpOpenFile](https://github.com/dahall/Vanara/search?l=C%23&q=FtpOpenFile)
[FtpPutFile](http://msdn2.microsoft.com/en-us/library/161d4c04-c928-4178-b75b-f4552ac051ea) | wininet.h | [Vanara.PInvoke.WinINet.FtpPutFile](https://github.com/dahall/Vanara/search?l=C%23&q=FtpPutFile)
[FtpRemoveDirectoryA](http://msdn2.microsoft.com/en-us/library/4c02af2f-ece8-409a-9c3e-495e1beb80ef) | wininet.h | [Vanara.PInvoke.WinINet.FtpRemoveDirectory](https://github.com/dahall/Vanara/search?l=C%23&q=FtpRemoveDirectory)
[FtpRemoveDirectoryW](http://msdn2.microsoft.com/en-us/library/4c02af2f-ece8-409a-9c3e-495e1beb80ef) | wininet.h | [Vanara.PInvoke.WinINet.FtpRemoveDirectory](https://github.com/dahall/Vanara/search?l=C%23&q=FtpRemoveDirectory)
[FtpRenameFile](http://msdn2.microsoft.com/en-us/library/2c46d8bb-aceb-4dd2-be4f-2c418357d4ae) | wininet.h | [Vanara.PInvoke.WinINet.FtpRenameFile](https://github.com/dahall/Vanara/search?l=C%23&q=FtpRenameFile)
[FtpSetCurrentDirectoryA](http://msdn2.microsoft.com/en-us/library/1ee21e9e-d113-427e-ab47-86139e6ecad0) | wininet.h | [Vanara.PInvoke.WinINet.FtpSetCurrentDirectory](https://github.com/dahall/Vanara/search?l=C%23&q=FtpSetCurrentDirectory)
[FtpSetCurrentDirectoryW](http://msdn2.microsoft.com/en-us/library/1ee21e9e-d113-427e-ab47-86139e6ecad0) | wininet.h | [Vanara.PInvoke.WinINet.FtpSetCurrentDirectory](https://github.com/dahall/Vanara/search?l=C%23&q=FtpSetCurrentDirectory)
[GetUrlCacheConfigInfoA](http://msdn2.microsoft.com/en-us/library/93a29a4f-57bf-497c-a7b1-3960935590f9) | winineti.h | [Vanara.PInvoke.WinINet.GetUrlCacheConfigInfo](https://github.com/dahall/Vanara/search?l=C%23&q=GetUrlCacheConfigInfo)
[GetUrlCacheConfigInfoW](http://msdn2.microsoft.com/en-us/library/93a29a4f-57bf-497c-a7b1-3960935590f9) | winineti.h | [Vanara.PInvoke.WinINet.GetUrlCacheConfigInfo](https://github.com/dahall/Vanara/search?l=C%23&q=GetUrlCacheConfigInfo)
[GetUrlCacheEntryInfo](http://msdn2.microsoft.com/en-us/library/0f70bcef-2d56-4765-a44e-4549b4ae2ced) | wininet.h | [Vanara.PInvoke.WinINet.GetUrlCacheEntryInfo](https://github.com/dahall/Vanara/search?l=C%23&q=GetUrlCacheEntryInfo)
[GetUrlCacheEntryInfoEx](http://msdn2.microsoft.com/en-us/library/3842dae9-9474-492a-83fa-29d7927dc92d) | wininet.h | [Vanara.PInvoke.WinINet.GetUrlCacheEntryInfoEx](https://github.com/dahall/Vanara/search?l=C%23&q=GetUrlCacheEntryInfoEx)
[GopherCreateLocator](http://msdn2.microsoft.com/en-us/library/972a4ff9-efda-4784-9ac8-c76e679e8032) | wininet.h | [Vanara.PInvoke.WinINet.GopherCreateLocator](https://github.com/dahall/Vanara/search?l=C%23&q=GopherCreateLocator)
[GopherFindFirstFile](http://msdn2.microsoft.com/en-us/library/801dc601-9d1d-4f7d-acf0-b36ea2314d70) | wininet.h | [Vanara.PInvoke.WinINet.GopherFindFirstFile](https://github.com/dahall/Vanara/search?l=C%23&q=GopherFindFirstFile)
[GopherGetAttribute](http://msdn2.microsoft.com/en-us/library/c9e95532-8c65-45fb-acd0-a1f09cee2ce2) | wininet.h | [Vanara.PInvoke.WinINet.GopherGetAttribute](https://github.com/dahall/Vanara/search?l=C%23&q=GopherGetAttribute)
[GopherGetLocatorType](http://msdn2.microsoft.com/en-us/library/e6f0ef67-c411-43ff-a477-5a8635057f2c) | wininet.h | [Vanara.PInvoke.WinINet.GopherGetLocatorType](https://github.com/dahall/Vanara/search?l=C%23&q=GopherGetLocatorType)
[GopherOpenFile](http://msdn2.microsoft.com/en-us/library/2731d573-f981-48ce-a306-bb7e295cefc6) | wininet.h | [Vanara.PInvoke.WinINet.GopherOpenFile](https://github.com/dahall/Vanara/search?l=C%23&q=GopherOpenFile)
[HttpAddRequestHeaders](http://msdn2.microsoft.com/en-us/library/636c3442-a2e6-4885-8fb4-1f6996ba6860) | wininet.h | [Vanara.PInvoke.WinINet.HttpAddRequestHeaders](https://github.com/dahall/Vanara/search?l=C%23&q=HttpAddRequestHeaders)
[HttpEndRequestA](http://msdn2.microsoft.com/en-us/library/6ea91da6-0bc2-49b6-a56b-c4224ad73b81) | wininet.h | [Vanara.PInvoke.WinINet.HttpEndRequest](https://github.com/dahall/Vanara/search?l=C%23&q=HttpEndRequest)
[HttpEndRequestW](http://msdn2.microsoft.com/en-us/library/6ea91da6-0bc2-49b6-a56b-c4224ad73b81) | wininet.h | [Vanara.PInvoke.WinINet.HttpEndRequest](https://github.com/dahall/Vanara/search?l=C%23&q=HttpEndRequest)
[HttpOpenRequest](http://msdn2.microsoft.com/en-us/library/caaff8e8-7db9-4d6d-8ba2-d8d19475173a) | wininet.h | [Vanara.PInvoke.WinINet.HttpOpenRequest](https://github.com/dahall/Vanara/search?l=C%23&q=HttpOpenRequest)
[HttpQueryInfo](http://msdn2.microsoft.com/en-us/library/5747ce19-5004-4eea-abe9-dd00abac1b3b) | wininet.h | [Vanara.PInvoke.WinINet.HttpQueryInfo](https://github.com/dahall/Vanara/search?l=C%23&q=HttpQueryInfo)
[HttpSendRequest](http://msdn2.microsoft.com/en-us/library/f53d9ff7-43b1-452f-a6cb-754d0229ab9a) | wininet.h | [Vanara.PInvoke.WinINet.HttpSendRequest](https://github.com/dahall/Vanara/search?l=C%23&q=HttpSendRequest)
[HttpSendRequestEx](http://msdn2.microsoft.com/en-us/library/3362fcd2-e8df-4886-9525-bf60589b2c1f) | wininet.h | [Vanara.PInvoke.WinINet.HttpSendRequestEx](https://github.com/dahall/Vanara/search?l=C%23&q=HttpSendRequestEx)
[InternetAttemptConnect](http://msdn2.microsoft.com/en-us/library/a6f22704-f7ca-4c4d-91c3-304b592db6ca) | wininet.h | [Vanara.PInvoke.WinINet.InternetAttemptConnect](https://github.com/dahall/Vanara/search?l=C%23&q=InternetAttemptConnect)
[InternetAutodial](http://msdn2.microsoft.com/en-us/library/843875a8-6c83-4259-8e46-a04f786eb230) | wininet.h | [Vanara.PInvoke.WinINet.InternetAutodial](https://github.com/dahall/Vanara/search?l=C%23&q=InternetAutodial)
[InternetAutodialHangup](http://msdn2.microsoft.com/en-us/library/8aa8ecb8-cacd-4cd9-a00b-5293b28dd6bf) | wininet.h | [Vanara.PInvoke.WinINet.InternetAutodialHangup](https://github.com/dahall/Vanara/search?l=C%23&q=InternetAutodialHangup)
[InternetCanonicalizeUrl](http://msdn2.microsoft.com/en-us/library/3bfde980-e478-4960-b41f-e1c8105ef419) | wininet.h | [Vanara.PInvoke.WinINet.InternetCanonicalizeUrl](https://github.com/dahall/Vanara/search?l=C%23&q=InternetCanonicalizeUrl)
[InternetCheckConnection](http://msdn2.microsoft.com/en-us/library/4666e4ee-057e-452d-ac2c-d03321a0073f) | wininet.h | [Vanara.PInvoke.WinINet.InternetCheckConnection](https://github.com/dahall/Vanara/search?l=C%23&q=InternetCheckConnection)
[InternetClearAllPerSiteCookieDecisions](http://msdn2.microsoft.com/en-us/library/980df63e-70b8-44d3-b98a-b7c8a3e395c6) | wininet.h | [Vanara.PInvoke.WinINet.InternetClearAllPerSiteCookieDecisions](https://github.com/dahall/Vanara/search?l=C%23&q=InternetClearAllPerSiteCookieDecisions)
[InternetCloseHandle](http://msdn2.microsoft.com/en-us/library/52b57e3c-3cfe-40bc-b87b-90cf39c5c38d) | wininet.h | [Vanara.PInvoke.WinINet.InternetCloseHandle](https://github.com/dahall/Vanara/search?l=C%23&q=InternetCloseHandle)
[InternetConfirmZoneCrossing](https://www.google.com/search?num=5&q=InternetConfirmZoneCrossing+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.InternetConfirmZoneCrossing](https://github.com/dahall/Vanara/search?l=C%23&q=InternetConfirmZoneCrossing)
[InternetConnect](http://msdn2.microsoft.com/en-us/library/42b5d733-dccd-4c9d-8820-e358e033077c) | wininet.h | [Vanara.PInvoke.WinINet.InternetConnect](https://github.com/dahall/Vanara/search?l=C%23&q=InternetConnect)
[InternetCrackUrl](http://msdn2.microsoft.com/en-us/library/30677071-3eb2-4d9c-a0a3-ff11a077f98a) | wininet.h | [Vanara.PInvoke.WinINet.InternetCrackUrl](https://github.com/dahall/Vanara/search?l=C%23&q=InternetCrackUrl)
[InternetCreateUrlA](http://msdn2.microsoft.com/en-us/library/b01bb684-0b2f-4c17-ab32-9f83fdd89e69) | wininet.h | [Vanara.PInvoke.WinINet.InternetCreateUrl](https://github.com/dahall/Vanara/search?l=C%23&q=InternetCreateUrl)
[InternetCreateUrlW](http://msdn2.microsoft.com/en-us/library/b01bb684-0b2f-4c17-ab32-9f83fdd89e69) | wininet.h | [Vanara.PInvoke.WinINet.InternetCreateUrl](https://github.com/dahall/Vanara/search?l=C%23&q=InternetCreateUrl)
[InternetDial](https://www.google.com/search?num=5&q=InternetDial+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.InternetDial](https://github.com/dahall/Vanara/search?l=C%23&q=InternetDial)
[InternetEnumPerSiteCookieDecision](http://msdn2.microsoft.com/en-us/library/de1db7e6-21f4-4bbb-b4fc-277bbd01f32c) | wininet.h | [Vanara.PInvoke.WinINet.InternetEnumPerSiteCookieDecision](https://github.com/dahall/Vanara/search?l=C%23&q=InternetEnumPerSiteCookieDecision)
[InternetErrorDlg](http://msdn2.microsoft.com/en-us/library/09384ba9-e5cc-48fd-a52c-15df223f87dc) | wininet.h | [Vanara.PInvoke.WinINet.InternetErrorDlg](https://github.com/dahall/Vanara/search?l=C%23&q=InternetErrorDlg)
[InternetFindNextFile](http://msdn2.microsoft.com/en-us/library/7c53e399-b8a5-4cc0-9ef6-88d9a525d87f) | wininet.h | [Vanara.PInvoke.WinINet.InternetFindNextFile](https://github.com/dahall/Vanara/search?l=C%23&q=InternetFindNextFile)
[InternetGetConnectedState](http://msdn2.microsoft.com/en-us/library/500765b8-fbe4-4bba-894e-cc7f114d9eaa) | wininet.h | [Vanara.PInvoke.WinINet.InternetGetConnectedState](https://github.com/dahall/Vanara/search?l=C%23&q=InternetGetConnectedState)
[InternetGetConnectedStateEx](https://www.google.com/search?num=5&q=InternetGetConnectedStateEx+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.InternetGetConnectedStateEx](https://github.com/dahall/Vanara/search?l=C%23&q=InternetGetConnectedStateEx)
[InternetGetCookie](http://msdn2.microsoft.com/en-us/library/12c1ebab-3954-4995-9e1f-bf29699af396) | wininet.h | [Vanara.PInvoke.WinINet.InternetGetCookie](https://github.com/dahall/Vanara/search?l=C%23&q=InternetGetCookie)
[InternetGetCookieEx](http://msdn2.microsoft.com/en-us/library/5006f009-e217-4fdc-9e4e-800ff5fcbf03) | wininet.h | [Vanara.PInvoke.WinINet.InternetGetCookieEx](https://github.com/dahall/Vanara/search?l=C%23&q=InternetGetCookieEx)
[InternetGetLastResponseInfo](http://msdn2.microsoft.com/en-us/library/0aa274c5-0aa0-4eb9-8aef-3128e735759d) | wininet.h | [Vanara.PInvoke.WinINet.InternetGetLastResponseInfo](https://github.com/dahall/Vanara/search?l=C%23&q=InternetGetLastResponseInfo)
[InternetGetPerSiteCookieDecisionA](http://msdn2.microsoft.com/en-us/library/04fa4c33-077c-4b16-8170-c3770783c98a) | wininet.h | [Vanara.PInvoke.WinINet.InternetGetPerSiteCookieDecision](https://github.com/dahall/Vanara/search?l=C%23&q=InternetGetPerSiteCookieDecision)
[InternetGetPerSiteCookieDecisionW](http://msdn2.microsoft.com/en-us/library/04fa4c33-077c-4b16-8170-c3770783c98a) | wininet.h | [Vanara.PInvoke.WinINet.InternetGetPerSiteCookieDecision](https://github.com/dahall/Vanara/search?l=C%23&q=InternetGetPerSiteCookieDecision)
[InternetGoOnline](https://www.google.com/search?num=5&q=InternetGoOnline+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.InternetGoOnline](https://github.com/dahall/Vanara/search?l=C%23&q=InternetGoOnline)
[InternetHangUp](http://msdn2.microsoft.com/en-us/library/5d74532e-14cd-45c1-b16b-b302bed89c12) | wininet.h | [Vanara.PInvoke.WinINet.InternetHangUp](https://github.com/dahall/Vanara/search?l=C%23&q=InternetHangUp)
[InternetInitializeAutoProxyDll](http://msdn2.microsoft.com/en-us/library/d55d64cb-ee92-4366-a1bb-f5d421ed81c8) | wininet.h | [Vanara.PInvoke.WinINet.InternetInitializeAutoProxyDll](https://github.com/dahall/Vanara/search?l=C%23&q=InternetInitializeAutoProxyDll)
[InternetLockRequestFile](http://msdn2.microsoft.com/en-us/library/5924d117-1dcd-43d8-817e-02bda302bdd4) | wininet.h | [Vanara.PInvoke.WinINet.InternetLockRequestFile](https://github.com/dahall/Vanara/search?l=C%23&q=InternetLockRequestFile)
[InternetOpen](http://msdn2.microsoft.com/en-us/library/9ec087c9-d484-4763-a527-2ea5c1a0cf28) | wininet.h | [Vanara.PInvoke.WinINet.InternetOpen](https://github.com/dahall/Vanara/search?l=C%23&q=InternetOpen)
[InternetOpenUrl](http://msdn2.microsoft.com/en-us/library/73f969c3-3fa7-43f5-88c5-ba78e59a8d1c) | wininet.h | [Vanara.PInvoke.WinINet.InternetOpenUrl](https://github.com/dahall/Vanara/search?l=C%23&q=InternetOpenUrl)
[InternetQueryDataAvailable](http://msdn2.microsoft.com/en-us/library/fea8250d-f260-421f-b4dd-14b8685e8dac) | wininet.h | [Vanara.PInvoke.WinINet.InternetQueryDataAvailable](https://github.com/dahall/Vanara/search?l=C%23&q=InternetQueryDataAvailable)
[InternetQueryOption](http://msdn2.microsoft.com/en-us/library/b0bafd3d-8f54-429e-b423-dae3d61b0030) | wininet.h | [Vanara.PInvoke.WinINet.InternetQueryOption](https://github.com/dahall/Vanara/search?l=C%23&q=InternetQueryOption)
[InternetReadFile](http://msdn2.microsoft.com/en-us/library/1ec0fe70-4749-4251-9c58-44efdab74688) | wininet.h | [Vanara.PInvoke.WinINet.InternetReadFile](https://github.com/dahall/Vanara/search?l=C%23&q=InternetReadFile)
[InternetReadFileEx](http://msdn2.microsoft.com/en-us/library/04e7bb7e-d925-41fd-8333-3cb443a04c5b) | wininet.h | [Vanara.PInvoke.WinINet.InternetReadFileEx](https://github.com/dahall/Vanara/search?l=C%23&q=InternetReadFileEx)
[InternetSetCookie](http://msdn2.microsoft.com/en-us/library/1b1ca72e-9c74-4e94-86a9-6fee12c83933) | wininet.h | [Vanara.PInvoke.WinINet.InternetSetCookie](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetCookie)
[InternetSetCookieEx](http://msdn2.microsoft.com/en-us/library/5044761f-152d-4606-87d2-c56a11db18c4) | wininet.h | [Vanara.PInvoke.WinINet.InternetSetCookieEx](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetCookieEx)
[InternetSetDialState](https://www.google.com/search?num=5&q=InternetSetDialState+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.InternetSetDialState](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetDialState)
[InternetSetFilePointer](http://msdn2.microsoft.com/en-us/library/0fdd85cb-f6a9-4a08-b72b-10d2075efb59) | wininet.h | [Vanara.PInvoke.WinINet.InternetSetFilePointer](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetFilePointer)
[InternetSetOption](http://msdn2.microsoft.com/en-us/library/578c7130-7426-4a2e-ae0f-ed8a84449b06) | wininet.h | [Vanara.PInvoke.WinINet.InternetSetOption](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetOption)
[InternetSetOptionEx](http://msdn2.microsoft.com/en-us/library/535e4f38-d941-4b69-8c48-ea47f3fbd5e7) | wininet.h | [Vanara.PInvoke.WinINet.InternetSetOptionEx](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetOptionEx)
[InternetSetPerSiteCookieDecisionA](http://msdn2.microsoft.com/en-us/library/c25699b9-f79a-443b-b9a4-461c379fa8e4) | wininet.h | [Vanara.PInvoke.WinINet.InternetSetPerSiteCookieDecision](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetPerSiteCookieDecision)
[InternetSetPerSiteCookieDecisionW](http://msdn2.microsoft.com/en-us/library/c25699b9-f79a-443b-b9a4-461c379fa8e4) | wininet.h | [Vanara.PInvoke.WinINet.InternetSetPerSiteCookieDecision](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetPerSiteCookieDecision)
[InternetSetStatusCallback](http://msdn2.microsoft.com/en-us/library/fe15627b-c77b-45c0-8ff6-02faa8512b57) | wininet.h | [Vanara.PInvoke.WinINet.InternetSetStatusCallback](https://github.com/dahall/Vanara/search?l=C%23&q=InternetSetStatusCallback)
[InternetTimeFromSystemTime](https://www.google.com/search?num=5&q=InternetTimeFromSystemTime+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.InternetTimeFromSystemTime](https://github.com/dahall/Vanara/search?l=C%23&q=InternetTimeFromSystemTime)
[InternetTimeToSystemTime](https://www.google.com/search?num=5&q=InternetTimeToSystemTime+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.InternetTimeToSystemTime](https://github.com/dahall/Vanara/search?l=C%23&q=InternetTimeToSystemTime)
[InternetUnlockRequestFile](http://msdn2.microsoft.com/en-us/library/356f7277-66ef-450f-ab5a-0303d0b1d807) | wininet.h | [Vanara.PInvoke.WinINet.InternetUnlockRequestFile](https://github.com/dahall/Vanara/search?l=C%23&q=InternetUnlockRequestFile)
[InternetWriteFile](http://msdn2.microsoft.com/en-us/library/3bf8d4d8-9193-4aed-acf9-8d7207b332a5) | wininet.h | [Vanara.PInvoke.WinINet.InternetWriteFile](https://github.com/dahall/Vanara/search?l=C%23&q=InternetWriteFile)
[LaunchInternetControlPanelA](https://www.google.com/search?num=5&q=LaunchInternetControlPanelA+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.LaunchInternetControlPanel](https://github.com/dahall/Vanara/search?l=C%23&q=LaunchInternetControlPanel)
[PrivacyGetZonePreferenceW](https://www.google.com/search?num=5&q=PrivacyGetZonePreferenceW+site%3Amicrosoft.com) | |
[PrivacySetZonePreferenceW](https://www.google.com/search?num=5&q=PrivacySetZonePreferenceW+site%3Amicrosoft.com) | |
[ReadUrlCacheEntryStream](https://www.google.com/search?num=5&q=ReadUrlCacheEntryStream+site%3Amicrosoft.com) | |
[ResumeSuspendedDownload](https://www.google.com/search?num=5&q=ResumeSuspendedDownload+site%3Amicrosoft.com) | |
[RetrieveUrlCacheEntryFile](https://www.google.com/search?num=5&q=RetrieveUrlCacheEntryFileA+site%3Amicrosoft.com) | |
[SetUrlCacheEntryGroup](https://www.google.com/search?num=5&q=SetUrlCacheEntryGroup+site%3Amicrosoft.com) | |
[UnlockUrlCacheEntryFile](https://www.google.com/search?num=5&q=UnlockUrlCacheEntryFile+site%3Amicrosoft.com) | |
[UnlockUrlCacheEntryStream](https://www.google.com/search?num=5&q=UnlockUrlCacheEntryStream+site%3Amicrosoft.com) | |
[PrivacyGetZonePreferenceW](http://msdn2.microsoft.com/en-us/library/530a86a0-bb67-406a-be83-5f2b463a1aa1) | wininet.h | [Vanara.PInvoke.WinINet.PrivacyGetZonePreferenceW](https://github.com/dahall/Vanara/search?l=C%23&q=PrivacyGetZonePreferenceW)
[PrivacySetZonePreferenceW](http://msdn2.microsoft.com/en-us/library/29c8dbc0-052e-40f4-a036-cb647d920055) | wininet.h | [Vanara.PInvoke.WinINet.PrivacySetZonePreferenceW](https://github.com/dahall/Vanara/search?l=C%23&q=PrivacySetZonePreferenceW)
[ReadUrlCacheEntryStream](http://msdn2.microsoft.com/en-us/library/8cfd0c64-25ca-4f08-b9b3-2743ded18030) | wininet.h | [Vanara.PInvoke.WinINet.ReadUrlCacheEntryStream](https://github.com/dahall/Vanara/search?l=C%23&q=ReadUrlCacheEntryStream)
[ResumeSuspendedDownload](http://msdn2.microsoft.com/en-us/library/72b5511a-872d-4058-9f38-9b1bdf6784c3) | wininet.h | [Vanara.PInvoke.WinINet.ResumeSuspendedDownload](https://github.com/dahall/Vanara/search?l=C%23&q=ResumeSuspendedDownload)
[RetrieveUrlCacheEntryFile](http://msdn2.microsoft.com/en-us/library/eb311b8d-560d-4742-af4c-b5afe660c8e5) | wininet.h | [Vanara.PInvoke.WinINet.RetrieveUrlCacheEntryFile](https://github.com/dahall/Vanara/search?l=C%23&q=RetrieveUrlCacheEntryFile)
[RetrieveUrlCacheEntryStreamA](http://msdn2.microsoft.com/en-us/library/0414efb0-d91b-46f0-9fee-0b69ef823029) | wininet.h | [Vanara.PInvoke.WinINet.RetrieveUrlCacheEntryStream](https://github.com/dahall/Vanara/search?l=C%23&q=RetrieveUrlCacheEntryStream)
[RetrieveUrlCacheEntryStreamW](http://msdn2.microsoft.com/en-us/library/0414efb0-d91b-46f0-9fee-0b69ef823029) | wininet.h | [Vanara.PInvoke.WinINet.RetrieveUrlCacheEntryStream](https://github.com/dahall/Vanara/search?l=C%23&q=RetrieveUrlCacheEntryStream)
[SetUrlCacheEntryGroup](https://www.google.com/search?num=5&q=SetUrlCacheEntryGroup+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.SetUrlCacheEntryGroup](https://github.com/dahall/Vanara/search?l=C%23&q=SetUrlCacheEntryGroup)
[SetUrlCacheEntryInfoA](http://msdn2.microsoft.com/en-us/library/71f6e1a3-09ce-4576-9480-1270f343db39) | wininet.h | [Vanara.PInvoke.WinINet.SetUrlCacheEntryInfo](https://github.com/dahall/Vanara/search?l=C%23&q=SetUrlCacheEntryInfo)
[SetUrlCacheEntryInfoW](http://msdn2.microsoft.com/en-us/library/71f6e1a3-09ce-4576-9480-1270f343db39) | wininet.h | [Vanara.PInvoke.WinINet.SetUrlCacheEntryInfo](https://github.com/dahall/Vanara/search?l=C%23&q=SetUrlCacheEntryInfo)
[UnlockUrlCacheEntryFile](https://www.google.com/search?num=5&q=UnlockUrlCacheEntryFile+site%3Amicrosoft.com) | wininet.h | [Vanara.PInvoke.WinINet.UnlockUrlCacheEntryFile](https://github.com/dahall/Vanara/search?l=C%23&q=UnlockUrlCacheEntryFile)
[UnlockUrlCacheEntryStream](http://msdn2.microsoft.com/en-us/library/9fcc257e-732c-4545-a81b-7db20a98e497) | wininet.h | [Vanara.PInvoke.WinINet.UnlockUrlCacheEntryStream](https://github.com/dahall/Vanara/search?l=C%23&q=UnlockUrlCacheEntryStream)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
[HTTP_VERSION_INFO](https://www.google.com/search?num=5&q=HTTP_VERSION_INFO+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.HTTP_VERSION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=HTTP_VERSION_INFO)
[INTERNET_CACHE_TIMESTAMPS](https://www.google.com/search?num=5&q=INTERNET_CACHE_TIMESTAMPS+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.INTERNET_CACHE_TIMESTAMPS](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_CACHE_TIMESTAMPS)
[INTERNET_CERTIFICATE_INFO](https://www.google.com/search?num=5&q=INTERNET_CERTIFICATE_INFO+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.INTERNET_CERTIFICATE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_CERTIFICATE_INFO)
[INTERNET_DIAGNOSTIC_SOCKET_INFO](https://www.google.com/search?num=5&q=INTERNET_DIAGNOSTIC_SOCKET_INFO+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.INTERNET_DIAGNOSTIC_SOCKET_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_DIAGNOSTIC_SOCKET_INFO)
[INTERNET_PER_CONN_OPTION](https://www.google.com/search?num=5&q=INTERNET_PER_CONN_OPTION+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.INTERNET_PER_CONN_OPTION](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_PER_CONN_OPTION)
[INTERNET_PER_CONN_OPTION_LIST](https://www.google.com/search?num=5&q=INTERNET_PER_CONN_OPTION_LIST+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.INTERNET_PER_CONN_OPTION_LIST](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_PER_CONN_OPTION_LIST)
[ATTRIBUTETYPE](https://www.google.com/search?num=5&q=ATTRIBUTETYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE](https://github.com/dahall/Vanara/search?l=C%23&q=ATTRIBUTETYPE)
[GOPHER_ABSTRACT_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_ABSTRACT_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_ABSTRACT_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_ABSTRACT_ATTRIBUTE_TYPE)
[GOPHER_ADMIN_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_ADMIN_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_ADMIN_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_ADMIN_ATTRIBUTE_TYPE)
[GOPHER_ASK_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_ASK_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_ASK_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_ASK_ATTRIBUTE_TYPE)
[GOPHER_ATTRIBUTE_TYPE](http://msdn2.microsoft.com/en-us/library/01daae8c-9080-4a8d-9f73-3e364ca868fe) | wininet.h | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_ATTRIBUTE_TYPE)
[GOPHER_FIND_DATA](http://msdn2.microsoft.com/en-us/library/53bcba70-2d6a-465a-86ec-4b11b1474ee1) | wininet.h | [Vanara.PInvoke.WinINet.GOPHER_FIND_DATA](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_FIND_DATA)
[GOPHER_GEOGRAPHICAL_LOCATION_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_GEOGRAPHICAL_LOCATION_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_GEOGRAPHICAL_LOCATION_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_GEOGRAPHICAL_LOCATION_ATTRIBUTE_TYPE)
[GOPHER_LOCATION_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_LOCATION_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_LOCATION_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_LOCATION_ATTRIBUTE_TYPE)
[GOPHER_MOD_DATE_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_MOD_DATE_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_MOD_DATE_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_MOD_DATE_ATTRIBUTE_TYPE)
[GOPHER_ORGANIZATION_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_ORGANIZATION_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_ORGANIZATION_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_ORGANIZATION_ATTRIBUTE_TYPE)
[GOPHER_PROVIDER_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_PROVIDER_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_PROVIDER_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_PROVIDER_ATTRIBUTE_TYPE)
[GOPHER_SCORE_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_SCORE_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_SCORE_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_SCORE_ATTRIBUTE_TYPE)
[GOPHER_SCORE_RANGE_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_SCORE_RANGE_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_SCORE_RANGE_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_SCORE_RANGE_ATTRIBUTE_TYPE)
[GOPHER_SITE_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_SITE_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_SITE_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_SITE_ATTRIBUTE_TYPE)
[GOPHER_TIMEZONE_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_TIMEZONE_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_TIMEZONE_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_TIMEZONE_ATTRIBUTE_TYPE)
[GOPHER_TTL_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_TTL_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_TTL_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_TTL_ATTRIBUTE_TYPE)
[GOPHER_UNKNOWN_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_UNKNOWN_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_UNKNOWN_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_UNKNOWN_ATTRIBUTE_TYPE)
[GOPHER_VERONICA_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_VERONICA_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_VERONICA_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_VERONICA_ATTRIBUTE_TYPE)
[GOPHER_VERSION_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_VERSION_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_VERSION_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_VERSION_ATTRIBUTE_TYPE)
[GOPHER_VIEW_ATTRIBUTE_TYPE](https://www.google.com/search?num=5&q=GOPHER_VIEW_ATTRIBUTE_TYPE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.GOPHER_ATTRIBUTE_TYPE.ATTRIBUTETYPE.GOPHER_VIEW_ATTRIBUTE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=GOPHER_VIEW_ATTRIBUTE_TYPE)
[HCACHEENTRYSTREAM](https://www.google.com/search?num=5&q=HCACHEENTRYSTREAM+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.HCACHEENTRYSTREAM](https://github.com/dahall/Vanara/search?l=C%23&q=HCACHEENTRYSTREAM)
[HFINDCACHE](https://www.google.com/search?num=5&q=HFINDCACHE+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.HFINDCACHE](https://github.com/dahall/Vanara/search?l=C%23&q=HFINDCACHE)
[HINTERNET](https://www.google.com/search?num=5&q=HINTERNET+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.HINTERNET](https://github.com/dahall/Vanara/search?l=C%23&q=HINTERNET)
[INTERNET_AUTH_NOTIFY_DATA](http://msdn2.microsoft.com/en-us/library/d6f36cf7-7a54-4890-aa27-ffb40997cfd6) | wininet.h | [Vanara.PInvoke.WinINet.INTERNET_AUTH_NOTIFY_DATA](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_AUTH_NOTIFY_DATA)
[INTERNET_BUFFERS](http://msdn2.microsoft.com/en-us/library/9381184d-17f4-46ad-bd09-15c7e653d1b9) | wininet.h | [Vanara.PInvoke.WinINet.INTERNET_BUFFERS](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_BUFFERS)
[INTERNET_CACHE_CONFIG_INFO](http://msdn2.microsoft.com/en-us/library/39019a94-6f14-4758-86f7-aba598e23d2e) | winineti.h | [Vanara.PInvoke.WinINet.INTERNET_CACHE_CONFIG_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_CACHE_CONFIG_INFO)
[INTERNET_CACHE_CONFIG_PATH_ENTRY](http://msdn2.microsoft.com/en-us/library/39019a94-6f14-4758-86f7-aba598e23d2e) | winineti.h | [Vanara.PInvoke.WinINet.INTERNET_CACHE_CONFIG_PATH_ENTRY](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_CACHE_CONFIG_PATH_ENTRY)
[INTERNET_CACHE_ENTRY_INFO](http://msdn2.microsoft.com/en-us/library/7bda08e0-5df0-4087-a5cd-3a25c6ae5ade) | wininet.h | [Vanara.PInvoke.WinINet.INTERNET_CACHE_ENTRY_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_CACHE_ENTRY_INFO)
[INTERNET_CACHE_ENTRY_INFO_MGD](http://msdn2.microsoft.com/en-us/library/7bda08e0-5df0-4087-a5cd-3a25c6ae5ade) | wininet.h | [Vanara.PInvoke.WinINet.INTERNET_CACHE_ENTRY_INFO_MGD](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_CACHE_ENTRY_INFO_MGD)
[INTERNET_CACHE_TIMESTAMPS](https://www.google.com/search?num=5&q=INTERNET_CACHE_TIMESTAMPS+site%3Amicrosoft.com) | WinInet.h | [Vanara.PInvoke.WinINet.INTERNET_CACHE_TIMESTAMPS](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_CACHE_TIMESTAMPS)
[INTERNET_CERTIFICATE_INFO](https://www.google.com/search?num=5&q=INTERNET_CERTIFICATE_INFO+site%3Amicrosoft.com) | WinInet.h | [Vanara.PInvoke.WinINet.INTERNET_CERTIFICATE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_CERTIFICATE_INFO)
[INTERNET_DIAGNOSTIC_SOCKET_INFO](https://www.google.com/search?num=5&q=INTERNET_DIAGNOSTIC_SOCKET_INFO+site%3Amicrosoft.com) | WinInet.h | [Vanara.PInvoke.WinINet.INTERNET_DIAGNOSTIC_SOCKET_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_DIAGNOSTIC_SOCKET_INFO)
[INTERNET_PER_CONN_OPTION](https://www.google.com/search?num=5&q=INTERNET_PER_CONN_OPTION+site%3Amicrosoft.com) | WinInet.h | [Vanara.PInvoke.WinINet.INTERNET_PER_CONN_OPTION](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_PER_CONN_OPTION)
[INTERNET_PER_CONN_OPTION_LIST](https://www.google.com/search?num=5&q=INTERNET_PER_CONN_OPTION_LIST+site%3Amicrosoft.com) | WinInet.h | [Vanara.PInvoke.WinINet.INTERNET_PER_CONN_OPTION_LIST](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_PER_CONN_OPTION_LIST)
[INTERNET_PER_CONN_OPTION_Value](https://www.google.com/search?num=5&q=INTERNET_PER_CONN_OPTION_Value+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.INTERNET_PER_CONN_OPTION.INTERNET_PER_CONN_OPTION_Value](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_PER_CONN_OPTION_Value)
[INTERNET_PROXY_INFO](https://www.google.com/search?num=5&q=INTERNET_PROXY_INFO+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.INTERNET_PROXY_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_PROXY_INFO)
[INTERNET_VERSION_INFO](https://www.google.com/search?num=5&q=INTERNET_VERSION_INFO+site%3Amicrosoft.com) | | [Vanara.PInvoke.WinINet.INTERNET_VERSION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_VERSION_INFO)
[INTERNET_PROXY_INFO](https://www.google.com/search?num=5&q=INTERNET_PROXY_INFO+site%3Amicrosoft.com) | WinInet.h | [Vanara.PInvoke.WinINet.INTERNET_PROXY_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_PROXY_INFO)
[INTERNET_VERSION_INFO](https://www.google.com/search?num=5&q=INTERNET_VERSION_INFO+site%3Amicrosoft.com) | WinInet.h | [Vanara.PInvoke.WinINet.INTERNET_VERSION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERNET_VERSION_INFO)
[URL_COMPONENTS](http://msdn2.microsoft.com/en-us/library/faebdd29-f746-486b-b779-cceeecac9163) | wininet.h | [Vanara.PInvoke.WinINet.URL_COMPONENTS](https://github.com/dahall/Vanara/search?l=C%23&q=URL_COMPONENTS)

View File

@ -28,10 +28,10 @@
<PackageReleaseNotes>Currently implements:
Functions
InternetCloseHandle, InternetConnectA, InternetConnectW, InternetOpenA, InternetOpenW, InternetQueryOptionA, InternetQueryOptionW, InternetSetOptionA, InternetSetOptionW, InternetSetStatusCallback, LaunchInternetControlPanelA
CommitUrlCacheEntryA, CommitUrlCacheEntryW, CreateMD5SSOHash, CreateUrlCacheContainerA, CreateUrlCacheContainerW, CreateUrlCacheEntryA, CreateUrlCacheEntryW, CreateUrlCacheGroup, DeleteUrlCacheContainerA, DeleteUrlCacheContainerW, DeleteUrlCacheEntryA, DeleteUrlCacheEntryW, DeleteUrlCacheGroup, DetectAutoProxyUrl, FindCloseUrlCache, FindFirstUrlCacheEntryA, FindFirstUrlCacheEntryW, FindFirstUrlCacheGroup, FindNextUrlCacheEntryA, FindNextUrlCacheEntryW, FindNextUrlCacheGroup, FtpCommandA, FtpCommandW, FtpCreateDirectoryA, FtpCreateDirectoryW, FtpDeleteFileA, FtpDeleteFileW, FtpFindFirstFileA, FtpFindFirstFileW, FtpGetCurrentDirectoryA, FtpGetCurrentDirectoryW, FtpGetFileA, FtpGetFileSize, FtpGetFileW, FtpOpenFileA, FtpOpenFileW, FtpPutFileA, FtpPutFileW, FtpRemoveDirectoryA, FtpRemoveDirectoryW, FtpRenameFileA, FtpRenameFileW, FtpSetCurrentDirectoryA, FtpSetCurrentDirectoryW, GetUrlCacheConfigInfoA, GetUrlCacheConfigInfoW, GetUrlCacheEntryInfoA, GetUrlCacheEntryInfoExA, GetUrlCacheEntryInfoExW, GetUrlCacheEntryInfoW, GopherCreateLocatorA, GopherCreateLocatorW, GopherFindFirstFileA, GopherFindFirstFileW, GopherGetAttributeA, GopherGetAttributeW, GopherGetLocatorTypeA, GopherGetLocatorTypeW, GopherOpenFileA, GopherOpenFileW, HttpAddRequestHeadersA, HttpAddRequestHeadersW, HttpEndRequestA, HttpEndRequestW, HttpOpenRequestA, HttpOpenRequestW, HttpQueryInfoA, HttpQueryInfoW, HttpSendRequestA, HttpSendRequestExA, HttpSendRequestExW, HttpSendRequestW, InternetAttemptConnect, InternetAutodial, InternetAutodialHangup, InternetCanonicalizeUrlA, InternetCanonicalizeUrlW, InternetCheckConnectionA, InternetCheckConnectionW, InternetClearAllPerSiteCookieDecisions, InternetCloseHandle, InternetConfirmZoneCrossingA, InternetConfirmZoneCrossingW, InternetConnectA, InternetConnectW, InternetCrackUrlA, InternetCrackUrlW, InternetCreateUrlA, InternetCreateUrlW, InternetDialA, InternetDialW, InternetEnumPerSiteCookieDecisionA, InternetEnumPerSiteCookieDecisionW, InternetErrorDlg, InternetFindNextFileA, InternetFindNextFileW, InternetGetConnectedState, InternetGetConnectedStateExA, InternetGetConnectedStateExW, InternetGetCookieA, InternetGetCookieExA, InternetGetCookieExW, InternetGetCookieW, InternetGetLastResponseInfoA, InternetGetLastResponseInfoW, InternetGetPerSiteCookieDecisionA, InternetGetPerSiteCookieDecisionW, InternetGoOnlineA, InternetGoOnlineW, InternetHangUp, InternetInitializeAutoProxyDll, InternetLockRequestFile, InternetOpenA, InternetOpenUrlA, InternetOpenUrlW, InternetOpenW, InternetQueryDataAvailable, InternetQueryOptionA, InternetQueryOptionW, InternetReadFile, InternetReadFileExA, InternetReadFileExW, InternetSetCookieA, InternetSetCookieExA, InternetSetCookieExW, InternetSetCookieW, InternetSetDialStateA, InternetSetDialStateW, InternetSetFilePointer, InternetSetOptionA, InternetSetOptionExA, InternetSetOptionExW, InternetSetOptionW, InternetSetPerSiteCookieDecisionA, InternetSetPerSiteCookieDecisionW, InternetSetStatusCallback, InternetTimeFromSystemTimeA, InternetTimeFromSystemTimeW, InternetTimeToSystemTimeA, InternetTimeToSystemTimeW, InternetUnlockRequestFile, InternetWriteFile, LaunchInternetControlPanelA, PrivacyGetZonePreferenceW, PrivacySetZonePreferenceW, ReadUrlCacheEntryStream, ResumeSuspendedDownload, RetrieveUrlCacheEntryFileA, RetrieveUrlCacheEntryFileW, RetrieveUrlCacheEntryStreamA, RetrieveUrlCacheEntryStreamW, SetUrlCacheEntryGroupA, SetUrlCacheEntryGroupW, SetUrlCacheEntryInfoA, SetUrlCacheEntryInfoW, UnlockUrlCacheEntryFileA, UnlockUrlCacheEntryFileW, UnlockUrlCacheEntryStream
Structures
HTTP_VERSION_INFO, INTERNET_CACHE_TIMESTAMPS, INTERNET_CERTIFICATE_INFO, INTERNET_DIAGNOSTIC_SOCKET_INFO, INTERNET_PER_CONN_OPTION, INTERNET_PER_CONN_OPTION_LIST, INTERNET_PROXY_INFO, INTERNET_VERSION_INFO, INTERNET_PER_CONN_OPTION_Value
GOPHER_ATTRIBUTE_TYPE, GOPHER_FIND_DATA, HFINDCACHE, HCACHEENTRYSTREAM, HINTERNET, INTERNET_AUTH_NOTIFY_DATA, INTERNET_BUFFERS, INTERNET_CACHE_CONFIG_INFO, INTERNET_CACHE_CONFIG_PATH_ENTRY, INTERNET_CACHE_ENTRY_INFO, INTERNET_CACHE_ENTRY_INFO_MGD, INTERNET_CACHE_TIMESTAMPS, INTERNET_CERTIFICATE_INFO, INTERNET_DIAGNOSTIC_SOCKET_INFO, INTERNET_PER_CONN_OPTION, INTERNET_PER_CONN_OPTION_LIST, INTERNET_PROXY_INFO, INTERNET_VERSION_INFO, URL_COMPONENTS, ATTRIBUTETYPE, INTERNET_PER_CONN_OPTION_Value, GOPHER_ADMIN_ATTRIBUTE_TYPE, GOPHER_MOD_DATE_ATTRIBUTE_TYPE, GOPHER_TTL_ATTRIBUTE_TYPE, GOPHER_SCORE_ATTRIBUTE_TYPE, GOPHER_SCORE_RANGE_ATTRIBUTE_TYPE, GOPHER_SITE_ATTRIBUTE_TYPE, GOPHER_ORGANIZATION_ATTRIBUTE_TYPE, GOPHER_LOCATION_ATTRIBUTE_TYPE, GOPHER_GEOGRAPHICAL_LOCATION_ATTRIBUTE_TYPE, GOPHER_TIMEZONE_ATTRIBUTE_TYPE, GOPHER_PROVIDER_ATTRIBUTE_TYPE, GOPHER_VERSION_ATTRIBUTE_TYPE, GOPHER_ABSTRACT_ATTRIBUTE_TYPE, GOPHER_VIEW_ATTRIBUTE_TYPE, GOPHER_VERONICA_ATTRIBUTE_TYPE, GOPHER_ASK_ATTRIBUTE_TYPE, GOPHER_UNKNOWN_ATTRIBUTE_TYPE
</PackageReleaseNotes>
<LangVersion>latest</LangVersion>

View File

@ -77,7 +77,7 @@ User32.dll | [Vanara.PInvoke.User32](https://github.com/dahall/Vanara/blob/maste
UxTheme.dll | [Vanara.PInvoke.UxTheme](https://github.com/dahall/Vanara/blob/master/PInvoke/UxTheme/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.UxTheme)](https://www.nuget.org/packages/Vanara.PInvoke.UxTheme)
VirtDisk.dll | [Vanara.PInvoke.VirtDisk](https://github.com/dahall/Vanara/blob/master/PInvoke/VirtDisk/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.VirtDisk)](https://www.nuget.org/packages/Vanara.PInvoke.VirtDisk)
Wer.dll | [Vanara.PInvoke.Wer](https://github.com/dahall/Vanara/blob/master/PInvoke/Wer/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.Wer)](https://www.nuget.org/packages/Vanara.PInvoke.Wer)
WinINet.dll | [Vanara.PInvoke.WinINet](https://github.com/dahall/Vanara/blob/master/PInvoke/WinINet/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/8%25-red.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.WinINet)](https://www.nuget.org/packages/Vanara.PInvoke.WinINet)
WinINet.dll | [Vanara.PInvoke.WinINet](https://github.com/dahall/Vanara/blob/master/PInvoke/WinINet/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.WinINet)](https://www.nuget.org/packages/Vanara.PInvoke.WinINet)
WinTrust.dll | [Vanara.PInvoke.WinTrust](https://github.com/dahall/Vanara/blob/master/PInvoke/WinTrust/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/28%25-red.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.WinTrust)](https://www.nuget.org/packages/Vanara.PInvoke.WinTrust)
Ws2_32.dll | [Vanara.PInvoke.Ws2_32](https://github.com/dahall/Vanara/blob/master/PInvoke/Ws2_32/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/13%25-red.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.Ws2_32)](https://www.nuget.org/packages/Vanara.PInvoke.Ws2_32)