2 writes to MaxBufferSize
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
154
httpBindingBase.
MaxBufferSize
= this.MaxBufferSize;
System\ServiceModel\HttpBindingBase.cs (1)
339
this.
MaxBufferSize
= transport.MaxBufferSize;
1 reference to MaxBufferSize
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
123
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferSize, httpBindingBase.
MaxBufferSize
);