HTTPHeadersGetNameAt Method |
Retrieves the header name from a collection index.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public string GetNameAt(
ulong index
)
Public Function GetNameAt (
index As ULong
) As String
public:
String^ GetNameAt(
unsigned long long index
)
member GetNameAt :
index : uint64 -> string
Parameters
- index
- Type: SystemUInt64
index of the header to retrieve
Return Value
Type:
Stringthe header name at the given index or an empty string if the given index does not exist.
Remarks See Also