Sdílet prostřednictvím


MessageVersion.Addressing Vlastnost

Definice

Získá nebo nastaví verzi WS-Addressing, která je přidružena k aktuální verzi zprávy.

public:
 property System::ServiceModel::Channels::AddressingVersion ^ Addressing { System::ServiceModel::Channels::AddressingVersion ^ get(); };
public System.ServiceModel.Channels.AddressingVersion Addressing { get; }
member this.Addressing : System.ServiceModel.Channels.AddressingVersion
Public ReadOnly Property Addressing As AddressingVersion

Hodnota vlastnosti

Hodnota AddressingVersion , která je přidružena k aktuální verzi zprávy.

Příklady

AddressingVersion addrVersion = msgVersion.Addressing;
Dim addrVersion As AddressingVersion = msgVersion.Addressing

Poznámky

Tyto verze WS-Addressing jsou reprezentovány vlastnostmi AddressingVersion a jsou vráceny vlastnostmi WSAddressingAugust2004 a WSAddressing10 . Hodnota WS-Addressing srpen 2004 se zachová jako starší verze. Odeslání člena W3C z 10. srpna 2004 pro WS-Addressing je k dispozici v tématu Přidělování webových služeb (WS-Addressing). Doporučení W3C Candidate ze 17. srpna 2005 pro WS-Addressing 1.0 – Core je k dispozici na stránce Web Services Addressing 1.0 – Core.

Platí pro