MessageVersion.Soap11WSAddressing10 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 using WS-Addressing 1.0 and SOAP 1.1.
public:
static property System::ServiceModel::Channels::MessageVersion ^ Soap11WSAddressing10 { System::ServiceModel::Channels::MessageVersion ^ get(); };
public static System.ServiceModel.Channels.MessageVersion Soap11WSAddressing10 { get; }
static member Soap11WSAddressing10 : System.ServiceModel.Channels.MessageVersion
Public Shared ReadOnly Property Soap11WSAddressing10 As MessageVersion
Property Value
The MessageVersion using the version of WS-Addressing 1.0 and SOAP 1.1.
Examples
msgVersion = MessageVersion.Soap11WSAddressing10;
msgVersion = MessageVersion.Soap11WSAddressing10
Remarks
For more information and the schemas for WS-Addressing 1.0 and SOAP 1.1, see the following:
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.