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