2 writes to MaxReceivedMessageSize
System.ServiceModel (2)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
155
wspBinding.
MaxReceivedMessageSize
= this.MaxReceivedMessageSize;
System\ServiceModel\WSDualHttpBinding.cs (1)
240
this.
MaxReceivedMessageSize
= transport.MaxReceivedMessageSize;
1 reference to MaxReceivedMessageSize
System.ServiceModel (1)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
135
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, wspBinding.
MaxReceivedMessageSize
);