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

Send Property (TimingSummaries)
Returns a TimingSummary object that represents the Send time.
Syntax
'Declaration
 
Public ReadOnly Property Send As TimingSummary
 
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