VirtualBox

Ignore:
Timestamp:
Sep 13, 2018 12:19:55 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Provide RTCRestBinaryParameter::getContentLength()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/restclient.h

    r74224 r74231  
    9090     */
    9191    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; }
    9297
    9398    /**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette