Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: DateTime
A DateTime object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.