MessageVersion.Addressing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the version of WS-Addressing that is associated with the current message version.
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
Property Value
The AddressingVersion that is associated with the current message version.
Examples
AddressingVersion addrVersion = msgVersion.Addressing;
Dim addrVersion As AddressingVersion = msgVersion.Addressing
Remarks
These versions of WS-Addressing are represented by AddressingVersion and are returned by the WSAddressingAugust2004 and WSAddressing10 properties. The WS-Addressing August 2004 is retained as a legacy value. The 10 August 2004 W3C Member Submission for WS-Addressing is available at Web Services Addressing (WS-Addressing). The 17 August 2005 W3C Candidate Recommendation for WS-Addressing 1.0 - Core is available at Web Services Addressing 1.0 - Core.