C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Net
WebHeaderCollection Class
WebHeaderCollection Methods
Add Method
Add Method (String)
Add Method (HttpRequestHeader, String)
Add Method (HttpResponseHeader, String)
Add Method (String, String)
WebHeaderCollection
Add Method (HttpRequestHeader, String)
Inserts the specified header with the specified value into the collection.
Namespace:
System.Net
Assembly:
CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
void
Add
(
HttpRequestHeader
header
,
string
value
)
Parameters
header
Type:
System.Net
HttpRequestHeader
The header to add to the collection.
value
Type:
System
String
The content of the header.
See Also
Reference
WebHeaderCollection Class
Add Overload
System.Net Namespace