Click or drag to resize

GenericHttpResponseHttpStatusCode Property

Gets or sets the HTTP code.

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

Property Value

Type: HttpStatusCode
The HTTP code.
See Also