6 references to DefaultMaxPendingMessagesTotalSize
System.ServiceModel.Channels (6)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
52this.maxPendingMessagesTotalSize = maxPendingMessagesTotalSize == UdpConstants.Defaults.DefaultMaxPendingMessagesTotalSize ? UdpConstants.Defaults.MaxPendingMessagesTotalSize : maxPendingMessagesTotalSize;
System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
34this.maxPendingMessagesTotalSize = UdpConstants.Defaults.DefaultMaxPendingMessagesTotalSize; 68[DefaultValue(UdpConstants.Defaults.DefaultMaxPendingMessagesTotalSize)]
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
55[ConfigurationProperty(UdpTransportConfigurationStrings.MaxPendingMessagesTotalSize, DefaultValue = UdpConstants.Defaults.DefaultMaxPendingMessagesTotalSize)]
System\ServiceModel\Configuration\UdpTransportElement.cs (1)
66[ConfigurationProperty(UdpTransportConfigurationStrings.MaxPendingMessagesTotalSize, DefaultValue = UdpConstants.Defaults.DefaultMaxPendingMessagesTotalSize)]
System\ServiceModel\UdpBinding.cs (1)
101[DefaultValue(UdpConstants.Defaults.DefaultMaxPendingMessagesTotalSize)]