2 writes to MaxReceivedMessageSize
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
242webBinding.MaxReceivedMessageSize = this.MaxReceivedMessageSize;
System\ServiceModel\Description\WebServiceEndpoint.cs (1)
41set { this.webHttpBinding.MaxReceivedMessageSize = value; }
2 references to MaxReceivedMessageSize
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
190SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, webBinding.MaxReceivedMessageSize);
System\ServiceModel\Description\WebServiceEndpoint.cs (1)
40get { return this.webHttpBinding.MaxReceivedMessageSize; }