4 writes to MaxBufferPoolSize
System.ServiceModel.Http.Tests (4)
ServiceModel\BasicHttpBindingTest.cs (2)
109binding.MaxBufferPoolSize = value; 119Assert.Throws<ArgumentOutOfRangeException>(() => binding.MaxBufferPoolSize = value);
ServiceModel\BasicHttpsBindingTest.cs (2)
99binding.MaxBufferPoolSize = value; 109Assert.Throws<ArgumentOutOfRangeException>(() => binding.MaxBufferPoolSize = value);
7 references to MaxBufferPoolSize
System.ServiceModel.Http.Tests (7)
ServiceModel\BasicHttpBindingTest.cs (4)
35Assert.Equal<long>(524288, binding.MaxBufferPoolSize); 60Assert.Equal<long>(524288, binding.MaxBufferPoolSize); 84Assert.Equal<long>(524288, binding.MaxBufferPoolSize); 110Assert.Equal<long>(value, binding.MaxBufferPoolSize);
ServiceModel\BasicHttpsBindingTest.cs (3)
33Assert.Equal<long>(524288, binding.MaxBufferPoolSize); 58Assert.Equal<long>(524288, binding.MaxBufferPoolSize); 100Assert.Equal<long>(value, binding.MaxBufferPoolSize);