Click or drag to resize
HTTPHeadersRemove Method

Removes the header value under the given name.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Remove(
	string name
)

Parameters

name
Type: SystemString

the name of the header to remove from the collection.

Remarks

See Also