The following table shows HTTP WinInet functions supported by Windows CE.
| Function | Description | 
| HttpAddRequestHeaders | Adds a HTTP request header to the HTTP request handle | 
| HttpEndRequest | Ends an HTTP request | 
| HttpOpenRequest | Opens an HTTP request handle | 
| HttpQueryInfo | Queries for data about an HTTP request | 
| HttpSendRequest | Sends the specified request to the HTTP server | 
| HttpSendRequestEx | Sends the specified request to the HTTP server and enables chunked transfers | 
The following table shows FTP WinInet functions supported by Windows CE.
| Function | Description | 
| FtpCommand | Issues an arbitrary command to the FTP server | 
| FtpCreateDirectory | Creates a new directory on the server | 
| FtpDeleteFile | Deletes a file on the server | 
| FtpFindFirstFile | Starts file enumeration in the current directory | 
| FtpGetCurrentDirectory | Returns the client's current directory on the server | 
| FtpGetFile | Retrieves an entire file from the server | 
| FtpOpenFile | Initiates access to a file on the server for either reading or writing | 
| FtpPutFile | Writes an entire file to the server | 
| FtpRemoveDirectory | Deletes a directory on the server | 
| FtpRenameFile | Renames a file on the server | 
| FtpSetCurrentDirectory | Changes the client's current directory on the server |