1 write to ConnectionBufferSize
System.ServiceModel (1)
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (1)
89binding.ConnectionBufferSize = this.ConnectionBufferSize;
4 references to ConnectionBufferSize
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
160instance.SetProperty(AdministrationStrings.ConnectionBufferSize, connectionOriented.ConnectionBufferSize);
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
42this.connectionBufferSize = bindingElement.ConnectionBufferSize;
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
63this.connectionBufferSize = bindingElement.ConnectionBufferSize;
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (1)
129SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ConnectionBufferSize, binding.ConnectionBufferSize);