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

In This Topic
    Send Property (Timings)
    In This Topic
    Returns a Timing object that represents the Send time.
    Syntax
    'Declaration
     
    Public ReadOnly Property Send As Timing
    public Timing 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