MessageVersion.Default 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 default message version used by Windows Communication Foundation (WCF).
public:
static property System::ServiceModel::Channels::MessageVersion ^ Default { System::ServiceModel::Channels::MessageVersion ^ get(); };
public static System.ServiceModel.Channels.MessageVersion Default { get; }
static member Default : System.ServiceModel.Channels.MessageVersion
Public Shared ReadOnly Property Default As MessageVersion
Property Value
The MessageVersion that uses WS-Addressing 1.0 and SOAP1.2.
Examples
MessageVersion msgVersion = MessageVersion.Default;
Dim msgVersion As MessageVersion = MessageVersion.Default
Remarks
This returns the same object as Soap12WSAddressing10.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.