- downloadFilevoid downloadFile(string url, string target) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getFilevoid[] getFile(string url) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- httpRequestHttpResponse httpRequest(HttpRequest request) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- postvoid[] post(string url, void[] data) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- resolveRedirectstring resolveRedirect(string url) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- urlOKbool urlOK(string url) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- checkOKvoid checkOK(HNet hUrl) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- connectHNet connect(HNet hNet, string serverName, INTERNET_PORT port) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- doDownloadvoid doDownload(HNet hUrl, void delegate(ubyte[]) sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- doDownloadvoid doDownload(HNet hUrl, void delegate(const ubyte[]) sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- httpQueryvoid[][] httpQuery(HNet hUrl, uint infoLevel) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- httpQueryNumberuint httpQueryNumber(HNet hUrl, uint infoLevel) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- httpQueryOnevoid[] httpQueryOne(HNet hUrl, uint infoLevel) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- httpQueryStringstring httpQueryString(HNet hUrl, uint infoLevel) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- openHNet open(DWORD flags) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- openRequestHNet openRequest(HNet hCon, string method, string resource, DWORD flags) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- openUrlHNet openUrl(HNet hNet, string url) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sendRequestvoid sendRequest(HNet hReq, string headers, void[] optionalData) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- urlFlagsDWORD urlFlags(string url) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
WinINet-based Network implementation.