4 references to MaxReceivedMessageSize
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\Configuration\UdpTransportSettingsElement.cs (4)
117[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = UdpConstants.Defaults.MaxReceivedMessageSize)] 118[LongValidator(MinValue = 1L, MaxValue = UdpConstants.Defaults.MaxReceivedMessageSize)] 220UdpConstants.Defaults.MaxReceivedMessageSize, 222new LongValidator(1L, UdpConstants.Defaults.MaxReceivedMessageSize),