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