SavedResponseHttpStatusCode Property |
Gets or sets the HTTP status.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public HttpStatusCode HttpStatusCode { get; set; }
<DataMemberAttribute>
Public Property HttpStatusCode As HttpStatusCode
Get
Set
public:
[DataMemberAttribute]
property HttpStatusCode HttpStatusCode {
HttpStatusCode get ();
void set (HttpStatusCode value);
}
[<DataMemberAttribute>]
member HttpStatusCode : HttpStatusCode with get, set
Property Value
Type:
HttpStatusCode
The HTTP status.
See Also