TextMessageEncodingElement.MessageVersion 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 SOAP and WS-Addressing versions that are used to format the text message sent using this binding.
public:
property System::ServiceModel::Channels::MessageVersion ^ MessageVersion { System::ServiceModel::Channels::MessageVersion ^ get(); void set(System::ServiceModel::Channels::MessageVersion ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.MessageVersionConverter))]
[System.Configuration.ConfigurationProperty("messageVersion", DefaultValue="Soap12WSAddressing10")]
public System.ServiceModel.Channels.MessageVersion MessageVersion { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.MessageVersionConverter))>]
[<System.Configuration.ConfigurationProperty("messageVersion", DefaultValue="Soap12WSAddressing10")>]
member this.MessageVersion : System.ServiceModel.Channels.MessageVersion with get, set
Public Property MessageVersion As MessageVersion
Property Value
A MessageVersion value that specifies the SOAP version of the messages sent using this binding. The default is Soap12WSAddressing10.
- Attributes
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.