HeaderDictionary.Keys Property

Gets an ICollection that contains the keys in the HeaderDictionary.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public ReadOnly Property Keys As ICollection(Of String)
    Get
'Usage
Dim instance As HeaderDictionary 
Dim value As ICollection(Of String)

value = instance.Keys
public ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string>
override Keys : ICollection<string>
final function get Keys () : ICollection<String>

Property Value

Type: System.Collections.Generic.ICollection<String>
An ICollection that contains the keys in the HeaderDictionary.

Implements

IDictionary<TKey, TValue>.Keys

See Also

Reference

HeaderDictionary Class

Microsoft.Owin Namespace