WnsHeaderCollection Klasse

Definition

Stellt die Auflistung von WNS-Headern (Windows Push Notification Services) dar.

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

Konstruktoren

WnsHeaderCollection()

Initialisiert eine neue Instanz der WnsHeaderCollection-Klasse.

Gilt für: