Creates the HTTP header instance using its name and values collection.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public HttpHeader(
string name,
params string[] values
)
Parameters
- name
- Type: SystemString
The HTTP header name - values
- Type: SystemString
The collection of the HTTP header values
See Also