4 references to EnvelopeVersion
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (4)
30_messageVersion = MessageVersion.CreateVersion(BinaryEncoderDefaults.EnvelopeVersion); 87if (value.Envelope != BinaryEncoderDefaults.EnvelopeVersion) 89string errorMsg = string.Format(SRServiceModel.UnsupportedEnvelopeVersion, this.GetType().FullName, BinaryEncoderDefaults.EnvelopeVersion, value.Envelope); 93_messageVersion = MessageVersion.CreateVersion(BinaryEncoderDefaults.EnvelopeVersion, value.Addressing);