Compartir a través de


ApnsHeaderCollection Clase

Definición

Proporciona una colección de encabezado de APNS.

[System.Runtime.Serialization.CollectionDataContract(ItemName="ApnsHeader", KeyName="Header", Name="ApnsHeaders", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")]
public sealed class ApnsHeaderCollection : System.Collections.Generic.SortedDictionary<string,string>
[<System.Runtime.Serialization.CollectionDataContract(ItemName="ApnsHeader", KeyName="Header", Name="ApnsHeaders", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")>]
type ApnsHeaderCollection = class
    inherit SortedDictionary<string, string>
Public NotInheritable Class ApnsHeaderCollection
Inherits SortedDictionary(Of String, String)
Herencia
ApnsHeaderCollection
Atributos

Constructores

ApnsHeaderCollection()

Inicializa una nueva instancia de la clase ApnsHeaderCollection.

Se aplica a