Click or drag to resize

MessageIsError Property

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; }

Property Value

Type: Boolean
true if this instance is error; otherwise, false.
See Also