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

In This Topic
    BytesReceived Property (Entry)
    In This Topic
    Gets the size of the HTTP response message in bytes.
    Syntax
    'Declaration
     
    Public ReadOnly Property BytesReceived As Integer
    public int BytesReceived {get;}
    Remarks
    This is the amount of data that was received over the network from the web server.
    Requirements
     
    See Also