Changeset 74231 in vbox
- Timestamp:
- Sep 13, 2018 12:19:55 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/iprt/cpp/restclient.h ¶
r74224 r74231 90 90 */ 91 91 inline RTCString const &getContentType() const { return m_strContentType; } 92 93 /** 94 * Gets the content-length value (UINT64_MAX if not available). 95 */ 96 inline uint64_t getContentLength() const { return m_cbContentLength; } 92 97 93 98 /**
Note:
See TracChangeset
for help on using the changeset viewer.