MessageHeader.IsMessageVersionSupported Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Verifies whether the specified message version is supported.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- messageVersion
- Type: System.ServiceModel.Channels.MessageVersion
Contains information related to the version of SOAP associated with a message and its exchange.
Return Value
Type: System.Booleantrue if the specified message version is supported; otherwise, false.
Show: