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
)]
220
UdpConstants.Defaults.
MaxReceivedMessageSize
,
222
new LongValidator(1L, UdpConstants.Defaults.
MaxReceivedMessageSize
),