4 references to EnvelopeVersion
System.ServiceModel (4)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (4)
34
this.messageVersion = MessageVersion.CreateVersion(BinaryEncoderDefaults.
EnvelopeVersion
);
91
if (value.Envelope != BinaryEncoderDefaults.
EnvelopeVersion
)
93
string errorMsg = SR.GetString(SR.UnsupportedEnvelopeVersion, this.GetType().FullName, BinaryEncoderDefaults.
EnvelopeVersion
, value.Envelope);
97
this.messageVersion = MessageVersion.CreateVersion(BinaryEncoderDefaults.
EnvelopeVersion
, value.Addressing);