System::Net::WebHeaderCollection::GetKey method

WebHeaderCollection::GetKey method

Returns a key at the specified index.

String System::Net::WebHeaderCollection::GetKey(int index)
ParameterTypeDescription
indexintThe index.

ReturnValue

A key at the specified index.

See Also