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