Response SendTime Property C# API
Gets the time at which the request was sent to the server (measured in milliseconds since the start of the test).

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int SendTime { get; }

Field Value

The time at which the request was sent to the server, in milliseconds since the start of the test.
See Also