Adds the given header value under the given name.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Add(
string name,
string value
)
Public Sub Add (
name As String,
value As String
)
public:
void Add(
String^ name,
String^ value
)
member Add :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
the header to add to the collection.
- value
- Type: SystemString
the content of the header.
Remarks If a header already exists with the given name, its value will be overwritten.
See Also