1 write to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\TransportElement.cs (1)
32
this.
MaxBufferPoolSize
= source.MaxBufferPoolSize;
2 references to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\TransportElement.cs (2)
21
binding.MaxBufferPoolSize = this.
MaxBufferPoolSize
;
32
this.MaxBufferPoolSize = source.
MaxBufferPoolSize
;