WSHttpBindingBase::EnvelopeVersion Property

 

Gets the version of SOAP that is used for messages that are processed by this binding.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property EnvelopeVersion^ EnvelopeVersion {
	EnvelopeVersion^ get();
}

Property Value

Type: System.ServiceModel::EnvelopeVersion^

The value of the EnvelopeVersion that is used with this binding. The value is always SOAP 1.2.

This example shows how to get the envelope version.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: