2 writes to maxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
104
this.
maxBufferPoolSize
= TransportDefaults.MaxBufferPoolSize;
193
maxBufferPoolSize
= value;
2 references to maxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
187
get { return
maxBufferPoolSize
; }
1331
this.
maxBufferPoolSize
,