4 references to MaxBufferPoolSize
System.ServiceModel.Channels (4)
System\ServiceModel\Configuration\UdpBindingElement.cs (4)
39[ConfigurationProperty(UdpTransportConfigurationStrings.MaxBufferPoolSize, DefaultValue = TransportDefaults.MaxBufferPoolSize)] 43get { return (long)base[UdpTransportConfigurationStrings.MaxBufferPoolSize]; } 44set { base[UdpTransportConfigurationStrings.MaxBufferPoolSize] = value; } 109this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.MaxBufferPoolSize, udpBinding.MaxBufferPoolSize);