MessageVersion.CreateVersion Method (EnvelopeVersion)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a message version object by using WS-Addressing 1.0 and with a specified SOAP version.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Public Shared Function CreateVersion ( _ envelopeVersion As EnvelopeVersion _ ) As MessageVersion
Parameters
- envelopeVersion
- Type: System.ServiceModel.EnvelopeVersion
The EnvelopeVersion that indicates the SOAP version.
Return Value
Type: System.ServiceModel.Channels.MessageVersionThe MessageVersion with the envelope version specified.
Show: