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