4 references to EnvelopeVersion
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (4)
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);