Click or drag to resize

HttpHeaderAttribute Constructor

Initializes a new instance of the HttpHeaderAttribute class.

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

Parameters

Name
Type: SystemString
The name.
See Also