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

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