10 references to ReaderQuotas
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
69XmlDictionaryReaderQuotas.Max.CopyTo(mtomElement.ReaderQuotas);
System.ServiceModel.Http (3)
System\ServiceModel\HttpBindingBase.cs (1)
140value.CopyTo(MtomMessageEncodingBindingElement.ReaderQuotas);
System\ServiceModel\WSHttpBindingBase.cs (1)
106value.CopyTo(_mtomEncoding.ReaderQuotas);
System\ServiceModel\WSMessageEncoding.cs (1)
29textEncoding.ReaderQuotas.CopyTo(mtomEncoding.ReaderQuotas);
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (6)
171return new MtomMessageEncoderFactory(MessageVersion, WriteEncoding, MaxReadPoolSize, MaxWritePoolSize, MaxBufferSize, ReaderQuotas); 208if (_readerQuotas.MaxStringContentLength != mtom.ReaderQuotas.MaxStringContentLength) 210if (_readerQuotas.MaxArrayLength != mtom.ReaderQuotas.MaxArrayLength) 212if (_readerQuotas.MaxBytesPerRead != mtom.ReaderQuotas.MaxBytesPerRead) 214if (_readerQuotas.MaxDepth != mtom.ReaderQuotas.MaxDepth) 216if (_readerQuotas.MaxNameTableCharCount != mtom.ReaderQuotas.MaxNameTableCharCount)