C# Class TOAPI.Winsock.WinInet

Afficher le fichier Open project: Wiladams/NewTOAPIA

Private Methods

Méthode Description
InternetCloseHandle ( IntPtr hHandle ) : int
InternetOpen ( string sAgent, uint lAccessType, string sProxyName, string sProxyBypass, uint lFlags ) : IntPtr
InternetOpenUrl ( IntPtr hIneternetSession, string sUrl, string sHeaders, uint lHeadrsLength, uint lFlags, uint lContext ) : IntPtr
InternetReadFile ( IntPtr hFile, byte pBuffer, int nBytesToRead, uint &nBytesRead ) : bool