Click or drag to resize
HTTPHeadersAdd Method

Adds the given header value under the given name.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void Add(
	string name,
	string value
)

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