2 writes to MaxReceivedMessageSize
System.ServiceModel (2)
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
133
wspBinding.
MaxReceivedMessageSize
= this.MaxReceivedMessageSize;
System\ServiceModel\WSHttpBindingBase.cs (1)
229
this.
MaxReceivedMessageSize
= transport.MaxReceivedMessageSize;
1 reference to MaxReceivedMessageSize
System.ServiceModel (1)
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
116
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, wspBinding.
MaxReceivedMessageSize
);