WebHeaderCollection.Keys Propriedade

Definição

Obtém a coleção de nomes de cabeçalho (chaves) na coleção.Gets the collection of header names (keys) in the collection.

public:
 virtual property System::Collections::Specialized::NameObjectCollectionBase::KeysCollection ^ Keys { System::Collections::Specialized::NameObjectCollectionBase::KeysCollection ^ get(); };
public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get; }
member this.Keys : System.Collections.Specialized.NameObjectCollectionBase.KeysCollection
Public Overrides ReadOnly Property Keys As NameObjectCollectionBase.KeysCollection

Valor da propriedade

NameObjectCollectionBase.KeysCollection

Uma instância NameObjectCollectionBase.KeysCollection que contém todos os nomes de cabeçalho de uma solicitação da Web.A NameObjectCollectionBase.KeysCollection containing all header names in a Web request.

Aplica-se a