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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.