2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
140
httpBindingBase.
MaxBufferPoolSize
= this.MaxBufferPoolSize;
System\ServiceModel\HttpBindingBase.cs (1)
338
this.
MaxBufferPoolSize
= transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
124
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, httpBindingBase.
MaxBufferPoolSize
);