Click or drag to resize

HttpResponseAttribute Constructor

Initializes a new instance of the HttpResponseAttribute class.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public HttpResponseAttribute(
	string code
)

Parameters

code
Type: SystemString
The code.
See Also