WnsHeaderCollection Class

 

Updated: July 21, 2013

Represents the collection of Windows Push Notification Services headers.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

System::Object
  System.Collections.Generic::Dictionary<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 ref class WnsHeaderCollection sealed : Dictionary<String^, String^>

NameDescription
System_CAPS_pubmethodWnsHeaderCollection()

Initializes a new instance of the WnsHeaderCollection class.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: