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);
87
if (value.Envelope !=
BinaryEncoderDefaults
.EnvelopeVersion)
89
string errorMsg = string.Format(SRServiceModel.UnsupportedEnvelopeVersion, this.GetType().FullName,
BinaryEncoderDefaults
.EnvelopeVersion, value.Envelope);
93
_messageVersion = MessageVersion.CreateVersion(
BinaryEncoderDefaults
.EnvelopeVersion, value.Addressing);
147
[DefaultValue(
BinaryEncoderDefaults
.MaxSessionSize)]