2 writes to MaxReceivedMessageSize
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
141httpBindingBase.MaxReceivedMessageSize = this.MaxReceivedMessageSize;
System\ServiceModel\HttpBindingBase.cs (1)
340this.MaxReceivedMessageSize = transport.MaxReceivedMessageSize;
1 reference to MaxReceivedMessageSize
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
125SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, httpBindingBase.MaxReceivedMessageSize);