Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property DateTime TimeOfLastByte {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime

A DateTime object.

Return to top
Show: