Click or drag to resize
HTTPHeadersGetNameAt Method

Retrieves the header name from a collection index.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public string GetNameAt(
	ulong index
)

Parameters

index
Type: SystemUInt64

index of the header to retrieve

Return Value

Type: String

the header name at the given index or an empty string if the given index does not exist.

Remarks

See Also