| 165 | void LogProgress(HTTPLOG LogProgress) { m_LogProgress = LogProgress; } |
| 166 | void IpResolve(IPRESOLVE IpResolve) { m_IpResolve = IpResolve; } |
| 167 | void FailOnErrorStatus(bool FailOnErrorStatus) { m_FailOnErrorStatus = FailOnErrorStatus; } |
| 168 | // Download to memory only. Get the result via `Result*`. |
| 169 | void WriteToMemory() |
| 170 | { |
no outgoing calls
no test coverage detected