36 references to MaxReceivedMessageSize
System.ServiceModel (36)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (4)
62[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = TransportDefaults.MaxReceivedMessageSize)] 66get { return (long)base[ConfigurationStrings.MaxReceivedMessageSize]; } 67set { base[ConfigurationStrings.MaxReceivedMessageSize] = value; } 125SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, httpBindingBase.MaxReceivedMessageSize);
System\ServiceModel\Configuration\MsmqBindingElementBase.cs (4)
52[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = TransportDefaults.MaxReceivedMessageSize)] 56get { return (long)base[ConfigurationStrings.MaxReceivedMessageSize]; } 57set { base[ConfigurationStrings.MaxReceivedMessageSize] = value; } 142SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, msmqBinding.MaxReceivedMessageSize);
System\ServiceModel\Configuration\NetNamedPipeBindingElement.cs (4)
87[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = TransportDefaults.MaxReceivedMessageSize)] 91get { return (long)base[ConfigurationStrings.MaxReceivedMessageSize]; } 92set { base[ConfigurationStrings.MaxReceivedMessageSize] = value; } 123SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, npnpBinding.MaxReceivedMessageSize);
System\ServiceModel\Configuration\NetPeerTcpBindingElement.cs (4)
49[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = TransportDefaults.MaxReceivedMessageSize)] 53get { return (long)base[ConfigurationStrings.MaxReceivedMessageSize]; } 54set { base[ConfigurationStrings.MaxReceivedMessageSize] = value; } 89SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, peerBinding.MaxReceivedMessageSize);
System\ServiceModel\Configuration\NetTcpBindingElement.cs (4)
96[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = TransportDefaults.MaxReceivedMessageSize)] 100get { return (long)base[ConfigurationStrings.MaxReceivedMessageSize]; } 101set { base[ConfigurationStrings.MaxReceivedMessageSize] = value; } 145SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, nptBinding.MaxReceivedMessageSize);
System\ServiceModel\Configuration\PeerTransportElement.cs (4)
41[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = TransportDefaults.MaxReceivedMessageSize)] 45get { return (long)base[ConfigurationStrings.MaxReceivedMessageSize]; } 46set { base[ConfigurationStrings.MaxReceivedMessageSize] = value; } 102SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, binding.MaxReceivedMessageSize);
System\ServiceModel\Configuration\TransportElement.cs (4)
51SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, binding.MaxReceivedMessageSize); 69[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = TransportDefaults.MaxReceivedMessageSize)] 73get { return (long)base[ConfigurationStrings.MaxReceivedMessageSize]; } 74set { base[ConfigurationStrings.MaxReceivedMessageSize] = value; }
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (4)
69[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = TransportDefaults.MaxReceivedMessageSize)] 73get { return (long)base[ConfigurationStrings.MaxReceivedMessageSize]; } 74set { base[ConfigurationStrings.MaxReceivedMessageSize] = value; } 135SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, wspBinding.MaxReceivedMessageSize);
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (4)
57[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = TransportDefaults.MaxReceivedMessageSize)] 61get { return (long)base[ConfigurationStrings.MaxReceivedMessageSize]; } 62set { base[ConfigurationStrings.MaxReceivedMessageSize] = value; } 116SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, wspBinding.MaxReceivedMessageSize);