WnsHeaderCollection Class
Updated: July 21, 2013
Represents the collection of Windows Push Notification Services headers.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
System.Collections.Generic.Dictionary(Of TKey, TValue)
Microsoft.WindowsAzure.Messaging.WnsHeaderCollection
<CollectionDataContractAttribute(Name := "WnsHeaders", Namespace := "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ItemName := "WnsHeader", KeyName := "Header", ValueName := "Value")> Public NotInheritable Class WnsHeaderCollection Inherits Dictionary(Of String, String)
| Name | Description | |
|---|---|---|
![]() | WnsHeaderCollection() | Initializes a new instance of the WnsHeaderCollection class. |
| Name | Description | |
|---|---|---|
![]() | Comparer | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | Count | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | Item(TKey) | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | Keys | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | Values | (Inherited from Dictionary(Of TKey, TValue).) |
| Name | Description | |
|---|---|---|
![]() | Add(TKey, TValue) | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | Clear() | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | ContainsKey(TKey) | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | ContainsValue(TValue) | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | GetType() | (Inherited from Object.) |
![]() | OnDeserialization(Object) | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | Remove(TKey) | (Inherited from Dictionary(Of TKey, TValue).) |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(TKey, TValue) | (Inherited from Dictionary(Of TKey, TValue).) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



