EnvelopeVersion Property
Collapse the table of content
Expand the table of content

BasicHttpBinding.EnvelopeVersion Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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)

'Declaration
Public ReadOnly Property EnvelopeVersion As EnvelopeVersion

Property Value

Type: System.ServiceModel.EnvelopeVersion
The value of the EnvelopeVersion that is used with this binding. The value is always SOAP 1.1.

SOAP 1.1 is the only value that can be used with this binding.


			Dim envelopeVersion As EnvelopeVersion = binding.EnvelopeVersion
			'Output of TxtEV to TextBlock: Soap11 (http://schemas.xmlsoap.org/soap/evelope/)
			Dim TxtEV As String = envelopeVersion.ToString()


Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft