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