Share via


WebTestRequestStatistics.TimeOfLastByte Property

Gets or sets the time the last byte of the response was received.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property TimeOfLastByte As DateTime
public DateTime TimeOfLastByte { get; set; }
public:
property DateTime TimeOfLastByte {
    DateTime get ();
    void set (DateTime value);
}
member TimeOfLastByte : DateTime with get, set
function get TimeOfLastByte () : DateTime
function set TimeOfLastByte (value : DateTime)

Property Value

Type: System.DateTime
A DateTime object.

.NET Framework Security

See Also

Reference

WebTestRequestStatistics Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace