Share via


HeaderDictionary.Values Property

.NET Framework 4.5

Gets the collection of values in the dictionary.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

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

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

Property Value

Type: System.Collections.Generic.ICollection<String>
The collection of values in the dictionary.

Implements

IDictionary<TKey, TValue>.Values

See Also

Reference

HeaderDictionary Class

Microsoft.AspNet.SignalR.Client Namespace