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
)
Public Sub AddHeader (
Name As String,
Value As String
)
public:
void AddHeader(
String^ Name,
String^ Value
)
member AddHeader :
Name : string *
Value : string -> unit
Parameters
- Name
- Type: SystemString
The name of the HTTP Header - Value
- Type: SystemString
The Value of the HTTP Header
See Also