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