Click or drag to resize

GenericHttpResponseAddHeader Method

Add the Http header in response, if in the request a header of the same name is found, that header will be replaced.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void AddHeader(
	string Name,
	string Value
)

Parameters

Name
Type: SystemString
The name of the HTTP Header
Value
Type: SystemString
The Value of the HTTP Header
See Also