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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.