System::Net::WebHeaderCollection::get_Keys method

WebHeaderCollection::get_Keys method

Returns a collection of header names that are stored in the collection.

System::ArrayPtr<String> System::Net::WebHeaderCollection::get_Keys()

ReturnValue

A collection of header names that are stored in the collection.

See Also