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