1 write to MaxBufferPoolSize
System.ServiceModel.NetTcp.Tests (1)
ServiceModel\NetTcpBindingTest.cs (1)
48binding.MaxBufferPoolSize = value;
2 references to MaxBufferPoolSize
System.ServiceModel.NetTcp.Tests (2)
ServiceModel\NetTcpBindingTest.cs (2)
22Assert.Equal<long>(512 * 1024, binding.MaxBufferPoolSize); 49Assert.Equal<long>(value, binding.MaxBufferPoolSize);