Get

Get (1 of 2)

Gets the value at the specified index.

Returns: The value at the specified position in current collection.

Get(int32_t index)
ParameterDescription
indexAn integer that represents the position of the element to get.

Get (2 of 2)

Gets the header value by a given header name.

Returns: The header value.

Get(System::String name)
ParameterDescription
nameThe haeader name.