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