3 writes to maxBufferPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\TransportBindingElement.cs (3)
27
this.
maxBufferPoolSize
= TransportDefaults.MaxBufferPoolSize;
35
this.
maxBufferPoolSize
= elementToBeCloned.maxBufferPoolSize;
67
this.
maxBufferPoolSize
= value;
3 references to maxBufferPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\TransportBindingElement.cs (3)
35
this.maxBufferPoolSize = elementToBeCloned.
maxBufferPoolSize
;
58
return this.
maxBufferPoolSize
;
214
if (this.
maxBufferPoolSize
!= transport.MaxBufferPoolSize)