4 writes to MaxBufferSize
System.ServiceModel (4)
System\ServiceModel\Configuration\MtomMessageEncodingElement.cs (1)
29
binding.
MaxBufferSize
= this.MaxBufferSize;
System\ServiceModel\HttpBindingBase.cs (1)
94
this.mtomEncoding.
MaxBufferSize
= value;
System\ServiceModel\WSDualHttpBinding.cs (1)
119
mtomEncoding.
MaxBufferSize
= (int)value;
System\ServiceModel\WSHttpBindingBase.cs (1)
100
mtomEncoding.
MaxBufferSize
= (int)value;
3 references to MaxBufferSize
System.ServiceModel (3)
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (2)
189
return new MtomMessageEncoderFactory(MessageVersion, WriteEncoding, this.MaxReadPoolSize, this.MaxWritePoolSize, this.
MaxBufferSize
, this.ReaderQuotas);
262
if (this.maxBufferSize != mtom.
MaxBufferSize
)
System\ServiceModel\Configuration\MtomMessageEncodingElement.cs (1)
66
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferSize, binding.
MaxBufferSize
);