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)
| Parameter | Description |
|---|---|
| index | An 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)
| Parameter | Description |
|---|---|
| name | The haeader name. |