1 write to MaxReadPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\MtomMessageEncodingElement.cs (1)
25binding.MaxReadPoolSize = this.MaxReadPoolSize;
4 references to MaxReadPoolSize
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
408instance.SetProperty(AdministrationStrings.MaxReadPoolSize, specificElement.MaxReadPoolSize);
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (2)
189return new MtomMessageEncoderFactory(MessageVersion, WriteEncoding, this.MaxReadPoolSize, this.MaxWritePoolSize, this.MaxBufferSize, this.ReaderQuotas); 245if (this.maxReadPoolSize != mtom.MaxReadPoolSize)
System\ServiceModel\Configuration\MtomMessageEncodingElement.cs (1)
63SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReadPoolSize, binding.MaxReadPoolSize);