| 180 | void ValidateBeforeOverwrite(bool ValidateBeforeOverwrite) { m_ValidateBeforeOverwrite = ValidateBeforeOverwrite; } |
| 181 | void ExpectSha256(const SHA256_DIGEST &Sha256) { m_ExpectedSha256 = Sha256; } |
| 182 | void Head() { m_Type = REQUEST::HEAD; } |
| 183 | void Post(const unsigned char *pData, size_t DataLength) |
| 184 | { |
| 185 | m_Type = REQUEST::POST; |