MpnsHeaderCollection Class

 

Creates a collection of headers for template registration.

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

System.Object
  System.Collections.Generic.Dictionary(Of TKey, TValue)
    Microsoft.WindowsAzure.Messaging.MpnsHeaderCollection

<CollectionDataContractAttribute(Name := "MpnsHeaders", Namespace := "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect",
	ItemName := "MpnsHeader", KeyName := "Header", ValueName := "Value")>
Public NotInheritable Class MpnsHeaderCollection
	Inherits Dictionary(Of StringString)

NameDescription
System_CAPS_pubmethodMpnsHeaderCollection()

Initializes a new instance of the MpnsHeaderCollection 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: