WebTestRequestStatistics.TimeOfLastByte 属性

获取或设置接收到响应的最后一个字节的时间。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
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)

属性值

类型:System.DateTime
一个 DateTime 对象。

.NET Framework 安全性

请参见

参考

WebTestRequestStatistics 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间