1 write to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\PeerTransportElement.cs (1)
83
this.
MaxBufferPoolSize
= source.MaxBufferPoolSize;
2 references to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\PeerTransportElement.cs (2)
69
binding.MaxBufferPoolSize = this.
MaxBufferPoolSize
;
83
this.MaxBufferPoolSize = source.
MaxBufferPoolSize
;