HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Summary Class / BytesReceived Property

In This Topic
    BytesReceived Property (Summary)
    In This Topic
    The total number of bytes of data that have been received from web server(s), i.e. response headers and content.
    Syntax
    'Declaration
     
    Public ReadOnly Property BytesReceived As Integer
    public int BytesReceived {get;}
    Remarks
    In the case of HTTPS connections, this includes the overhead of the SSL encryption process.
    Requirements
     
    See Also