- connect
HNet connect(HNet hNet, string serverName, INTERNET_PORT port)
Undocumented in source. Be warned that the author may not have intended to support it.
- doDownload
void doDownload(string url, void delegate(ubyte[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpQuery
void[][] httpQuery(HNet hUrl, uint infoLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpQueryNumber
uint httpQueryNumber(HNet hUrl, uint infoLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpQueryOne
void[] httpQueryOne(HNet hUrl, uint infoLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpQueryString
string httpQueryString(HNet hUrl, uint infoLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
- open
HNet open(DWORD flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- openRequest
HNet openRequest(HNet hCon, string method, string resource, DWORD flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- openUrl
HNet openUrl(HNet hNet, string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendRequest
void sendRequest(HNet hReq)
Undocumented in source. Be warned that the author may not have intended to support it.
- urlFlags
DWORD urlFlags(string url)
Undocumented in source. Be warned that the author may not have intended to support it.