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 a value indicating whether the response body is empty.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property IsBodyEmpty As Boolean
'Usage
Dim instance As WebTestResponse
Dim value As Boolean
value = instance.IsBodyEmpty
public bool IsBodyEmpty { get; }
public:
property bool IsBodyEmpty {
bool get ();
}
public function get IsBodyEmpty () : boolean
Property Value
Type: System.Boolean
true if the body is empty or nulla null reference (Nothing in Visual Basic); otherwise, false.
.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.