1 write to ConnectionBufferSize
System.ServiceModel (1)
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (1)
115
this.
ConnectionBufferSize
= source.ConnectionBufferSize;
2 references to ConnectionBufferSize
System.ServiceModel (2)
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (2)
89
binding.ConnectionBufferSize = this.
ConnectionBufferSize
;
115
this.ConnectionBufferSize = source.
ConnectionBufferSize
;