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

Ta AddressingVersion je přidružená 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 AddressingVersion a jsou vráceny vlastnostmiWSAddressingAugust2004.WSAddressing10 WS-Addressing srpen 2004 se zachová jako starší hodnota. 10. srpna 2004 W3C Členské odeslání pro WS-Addressing je k dispozici na adrese Webových služeb (WS-Addressing). 17. srpna 2005 W3C – Doporučení pro kandidáty na WS-Addressing 1.0 – Core je k dispozici na webu Services Addressing 1.0 – Core.

Platí pro