MessageEncodingBindingElement
Syntax
class MessageEncodingBindingElement : BindingElement
{
string MessageVersion;
};
Methods
The MessageEncodingBindingElement class does not define any methods.
Properties
The MessageEncodingBindingElement class has the following property:
MessageVersion
Data type: string
Access type: Read-only
The SOAP version of the messages sent using the binding.
Requirements
|
MOF
|
Declared in Servicemodel.mof.
|
|---|
|
Namespace
|
Defined in root\ServiceModel
|
See Also