This topic has not yet been rated - Rate this topic

CAtlHttpClientT::GetBodyLength 

Call this method to determine the size of the response data, not including header information.


DWORD GetBodyLength( ) const throw( );

The size in bytes of the HTTP response data. This value refers to the response body only and does not include the size of the response headers.

Returns the size of the buffer returned by the CAtlHttpClientT::GetBody method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.