5 references to MaxReceivedMessageSize
System.ServiceModel.Channels (5)
System\ServiceModel\Configuration\UdpBindingElement.cs (4)
64[ConfigurationProperty(UdpTransportConfigurationStrings.MaxReceivedMessageSize, DefaultValue = UdpConstants.Defaults.MaxReceivedMessageSize)] 68get { return (long)this[UdpTransportConfigurationStrings.MaxReceivedMessageSize]; } 69set { this[UdpTransportConfigurationStrings.MaxReceivedMessageSize] = value; } 112this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.MaxReceivedMessageSize, udpBinding.MaxReceivedMessageSize);
System\ServiceModel\Configuration\UdpTransportElement.cs (1)
39this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.MaxReceivedMessageSize, udpTransportBindingElement.MaxReceivedMessageSize);