HttpResponseAttribute Constructor |
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public HttpResponseAttribute(
string code
)
Public Sub New (
code As String
)
public:
HttpResponseAttribute(
String^ code
)
new :
code : string -> HttpResponseAttribute
Parameters
- code
- Type: SystemString
The code.
See Also