DiscoveryVersion.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 the message version.
public:
property System::ServiceModel::Channels::MessageVersion ^ MessageVersion { System::ServiceModel::Channels::MessageVersion ^ get(); };
public System.ServiceModel.Channels.MessageVersion MessageVersion { get; }
member this.MessageVersion : System.ServiceModel.Channels.MessageVersion
Public ReadOnly Property MessageVersion As MessageVersion
Property Value
The message version.
Remarks
This property is a combination of the WS-Addressing version and SOAP version that the protocol mandates. The underlying binding used for discovery must support this version of WS-Addressing and SOAP. For more information about message version, see MessageVersion.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.