MessageVersion.Soap12WSAddressing10 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 the message version using WS-Addressing 1.0 and SOAP 1.2.
public:
static property System::ServiceModel::Channels::MessageVersion ^ Soap12WSAddressing10 { System::ServiceModel::Channels::MessageVersion ^ get(); };
public static System.ServiceModel.Channels.MessageVersion Soap12WSAddressing10 { get; }
static member Soap12WSAddressing10 : System.ServiceModel.Channels.MessageVersion
Public Shared ReadOnly Property Soap12WSAddressing10 As MessageVersion
Property Value
The MessageVersion using the version of WS-Addressing 1.0 and SOAP 1.2.
Examples
msgVersion = MessageVersion.Soap12WSAddressing10;
msgVersion = MessageVersion.Soap12WSAddressing10
Remarks
For more information and the schemas of the 17 August 2005 W3C Candidate Recommendation for WS-Addressing and SOAP 1.2, see the following:
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.