4 references to EnvelopeVersion
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (4)
29_messageVersion = MessageVersion.CreateVersion(BinaryEncoderDefaults.EnvelopeVersion); 72if (value.Envelope != BinaryEncoderDefaults.EnvelopeVersion) 74string errorMsg = SRP.Format(SRP.UnsupportedEnvelopeVersion, GetType().FullName, BinaryEncoderDefaults.EnvelopeVersion, value.Envelope); 78_messageVersion = MessageVersion.CreateVersion(BinaryEncoderDefaults.EnvelopeVersion, value.Addressing);