1 write to MaxReadPoolSize
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
123
this.
MaxReadPoolSize
= source.MaxReadPoolSize;
2 references to MaxReadPoolSize
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (2)
83
binding.MaxReadPoolSize = this.
MaxReadPoolSize
;
123
this.MaxReadPoolSize = source.
MaxReadPoolSize
;