2 writes to MaxBufferPoolSize
System.ServiceModel.Channels (2)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
122
udpBinding.
MaxBufferPoolSize
= this.MaxBufferPoolSize;
System\ServiceModel\UdpBinding.cs (1)
50
this.
MaxBufferPoolSize
= transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel.Channels (1)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
109
this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.MaxBufferPoolSize, udpBinding.
MaxBufferPoolSize
);