BinaryMessageEncodingBindingElement.ShouldSerializeMessageVersion Method

Definition

Returns whether the SOAP message structure version should be serialized.

public:
 bool ShouldSerializeMessageVersion();
public bool ShouldSerializeMessageVersion ();
member this.ShouldSerializeMessageVersion : unit -> bool
Public Function ShouldSerializeMessageVersion () As Boolean

Returns

true if the SOAP message structure version should be serialized; otherwise, false.

Remarks

The version of the SOAP message determines the structure of the message.

Applies to