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