HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / TimingSummaries Class / Receive Property

In This Topic
    Receive Property (TimingSummaries)
    In This Topic
    Returns a TimingSummary object that represents the Receive time.
    Syntax
    'Declaration
     
    Public ReadOnly Property Receive As TimingSummary
    public TimingSummary Receive {get;}
    Remarks
    Receive is the time taken to read the response message from the server.  This value will depend on the size of the content returned, the network bandwidth and whether HTTP compression was used.
    Requirements
     
    See Also