18 references to ReaderQuotas
System.ServiceModel (18)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (2)
410
if (null != specificElement.
ReaderQuotas
)
412
FillReaderQuotas(instance, specificElement.
ReaderQuotas
);
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (7)
189
return new MtomMessageEncoderFactory(MessageVersion, WriteEncoding, this.MaxReadPoolSize, this.MaxWritePoolSize, this.MaxBufferSize, this.
ReaderQuotas
);
251
if (this.readerQuotas.MaxStringContentLength != mtom.
ReaderQuotas
.MaxStringContentLength)
253
if (this.readerQuotas.MaxArrayLength != mtom.
ReaderQuotas
.MaxArrayLength)
255
if (this.readerQuotas.MaxBytesPerRead != mtom.
ReaderQuotas
.MaxBytesPerRead)
257
if (this.readerQuotas.MaxDepth != mtom.
ReaderQuotas
.MaxDepth)
259
if (this.readerQuotas.MaxNameTableCharCount != mtom.
ReaderQuotas
.MaxNameTableCharCount)
282
return (!EncoderDefaults.IsDefaultReaderQuotas(this.
ReaderQuotas
));
System\ServiceModel\Configuration\MtomMessageEncodingElement.cs (2)
28
this.ReaderQuotas.ApplyConfiguration(binding.
ReaderQuotas
);
65
this.ReaderQuotas.InitializeFrom(binding.
ReaderQuotas
);
System\ServiceModel\HttpBindingBase.cs (2)
159
value.CopyTo(this.mtomEncoding.
ReaderQuotas
);
357
this.ReaderQuotas = mtom.
ReaderQuotas
;
System\ServiceModel\WSDualHttpBinding.cs (2)
145
value.CopyTo(mtomEncoding.
ReaderQuotas
);
258
this.ReaderQuotas = mtom.
ReaderQuotas
;
System\ServiceModel\WSHttpBindingBase.cs (2)
131
value.CopyTo(mtomEncoding.
ReaderQuotas
);
247
this.ReaderQuotas = mtom.
ReaderQuotas
;
System\ServiceModel\WSMessageEncoding.cs (1)
26
textEncoding.ReaderQuotas.CopyTo(mtomEncoding.
ReaderQuotas
);