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; }
Public Property HttpStatusCode As HttpStatusCode
Get
Set
public:
property HttpStatusCode HttpStatusCode {
HttpStatusCode get ();
void set (HttpStatusCode value);
}
member HttpStatusCode : HttpStatusCode with get, set
Property Value
Type:
HttpStatusCode
The HTTP code.
See Also