Click or drag to resize
HTTPHeadersGetValue Method

Retrieves the value of a given header.

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

Parameters

name
Type: SystemString

the name of the header to check

Return Value

Type: String

the value of the given header name or an empty string if the given header does not exist.

Remarks

See Also