Click or drag to resize
HTTPHeadersExists Method

Determines if the headers collection contains a header of the specified name, with any value.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool Exists(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean

true if the given header exists.

Remarks

param name the name of the header to check

See Also