The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebHeaderCollection::Keys Property
.NET Framework (current version)
Gets the collection of header names (keys) in the collection.
Assembly: System (in System.dll)
public: property NameObjectCollectionBase::KeysCollection^ Keys { virtual NameObjectCollectionBase::KeysCollection^ get() override; }
Property Value
Type: System.Collections.Specialized::NameObjectCollectionBase::KeysCollection^A NameObjectCollectionBase::KeysCollection containing all header names in a Web request.
.NET Framework
Available since 1.1
Available since 1.1
Show: