19 references to MaxBufferPoolSize
System.ServiceModel (19)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
104this.maxBufferPoolSize = TransportDefaults.MaxBufferPoolSize;
System\ServiceModel\Channels\TransportBindingElement.cs (2)
27this.maxBufferPoolSize = TransportDefaults.MaxBufferPoolSize; 53[DefaultValue(TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
46[ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\Configuration\NetMsmqBindingElement.cs (1)
47[ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\Configuration\NetNamedPipeBindingElement.cs (1)
63[ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\Configuration\NetPeerTcpBindingElement.cs (1)
41[ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\Configuration\NetTcpBindingElement.cs (1)
72[ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\Configuration\PeerTransportElement.cs (1)
33[ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\Configuration\TransportElement.cs (1)
61[ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
61[ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
49[ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\HttpBindingBase.cs (1)
98[DefaultValue(TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\NetMsmqBinding.cs (1)
82[DefaultValue(TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\NetNamedPipeBinding.cs (1)
81[DefaultValue(TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\NetPeerTcpBinding.cs (1)
37[DefaultValue(TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\NetTcpBinding.cs (1)
77[DefaultValue(TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\WSDualHttpBinding.cs (1)
96[DefaultValue(TransportDefaults.MaxBufferPoolSize)]
System\ServiceModel\WSHttpBindingBase.cs (1)
75[DefaultValue(TransportDefaults.MaxBufferPoolSize)]