2 writes to MaxReceivedMessageSize
System.ServiceModel (2)
System\ServiceModel\Configuration\NetTcpBindingElement.cs (1)
178
nptBinding.
MaxReceivedMessageSize
= this.MaxReceivedMessageSize;
System\ServiceModel\NetTcpBinding.cs (1)
217
this.
MaxReceivedMessageSize
= transport.MaxReceivedMessageSize;
1 reference to MaxReceivedMessageSize
System.ServiceModel (1)
System\ServiceModel\Configuration\NetTcpBindingElement.cs (1)
145
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxReceivedMessageSize, nptBinding.
MaxReceivedMessageSize
);