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