1 write to MaxReadPoolSize
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
83
binding.
MaxReadPoolSize
= this.MaxReadPoolSize;
2 references to MaxReadPoolSize
System.ServiceModel.Web (2)
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (2)
179
return new WebMessageEncoderFactory(this.WriteEncoding, this.
MaxReadPoolSize
, this.MaxWritePoolSize, this.ReaderQuotas, this.ContentTypeMapper, this.CrossDomainScriptAccessEnabled);
252
if (this.maxReadPoolSize != other.
MaxReadPoolSize
)