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

In This Topic
    Send Property (TimingSummaries)
    In This Topic
    Returns a TimingSummary object that represents the Send time.
    Syntax
    'Declaration
     
    Public ReadOnly Property Send As TimingSummary
    public TimingSummary Send {get;}
    Remarks
    Send is the time required to send the HTTP request message to the server and will depend on the amount of data that is sent to the server.  For example, long Send times will result from uploading files using an HTTP POST.
    Requirements
     
    See Also