Gets a value indicating whether the request/response is error.
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool IsError { get; }
Public ReadOnly Property IsError As Boolean
Get
public:
property bool IsError {
bool get ();
}
member IsError : bool with get
Property Value
Type:
Booleantrue if this instance is error; otherwise,
false.
See Also