7 references to BinaryEncoderDefaults
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (7)
28_maxSessionSize = BinaryEncoderDefaults.MaxSessionSize; 29_binaryVersion = BinaryEncoderDefaults.BinaryVersion; 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); 147[DefaultValue(BinaryEncoderDefaults.MaxSessionSize)]