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