The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NetTcpBinding::EnvelopeVersion Property
.NET Framework (current version)
Gets the version of SOAP that is used for messages processed by this binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel::EnvelopeVersion^The value of the EnvelopeVersion that is used with this binding. The value is SOAP 1.2.
The property always returns SOAP 1.2. This value cannot be changed.
This example shows how to get the EnvelopeVersion value.
EnvelopeVersion envelopeVersion = binding.EnvelopeVersion;
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Show: