Click or drag to resize

HttpResponseAttributeStatusCode Property

Gets or sets the HTTP status code of the attached object representing an Response in an OpenAPI specification.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public string StatusCode { get; set; }

Property Value

Type: String
The HTTP status code (2xx, 3xx, 4xx, 5xx), or default which accept all status codes.
See Also