2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
132
wspBinding.
MaxBufferPoolSize
= this.MaxBufferPoolSize;
System\ServiceModel\WSHttpBindingBase.cs (1)
228
this.
MaxBufferPoolSize
= transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
115
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, wspBinding.
MaxBufferPoolSize
);