3 writes to connectionBufferSize
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (3)
36this.connectionBufferSize = ConnectionOrientedTransportDefaults.ConnectionBufferSize; 49this.connectionBufferSize = elementToBeCloned.connectionBufferSize; 81this.connectionBufferSize = value;
4 references to connectionBufferSize
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (4)
49this.connectionBufferSize = elementToBeCloned.connectionBufferSize; 71return this.connectionBufferSize; 391if (this.connectionBufferSize != connection.connectionBufferSize)