4 references to MaxReceivedMessageSize
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\Configuration\UdpTransportSettingsElement.cs (4)
117
[ConfigurationProperty(ConfigurationStrings.
MaxReceivedMessageSize
, DefaultValue = UdpConstants.Defaults.MaxReceivedMessageSize)]
123
return (long)base[ConfigurationStrings.
MaxReceivedMessageSize
];
127
base[ConfigurationStrings.
MaxReceivedMessageSize
] = value;
218
ConfigurationStrings.
MaxReceivedMessageSize
,