2 writes to MaxBufferPoolSize
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
241webBinding.MaxBufferPoolSize = this.MaxBufferPoolSize;
System\ServiceModel\Description\WebServiceEndpoint.cs (1)
29set { this.webHttpBinding.MaxBufferPoolSize = value; }
2 references to MaxBufferPoolSize
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
189SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, webBinding.MaxBufferPoolSize);
System\ServiceModel\Description\WebServiceEndpoint.cs (1)
28get { return this.webHttpBinding.MaxBufferPoolSize; }