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