2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
154
wspBinding.
MaxBufferPoolSize
= this.MaxBufferPoolSize;
System\ServiceModel\WSDualHttpBinding.cs (1)
239
this.
MaxBufferPoolSize
= transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
134
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, wspBinding.
MaxBufferPoolSize
);