NetMsmqBindingElement.ReaderQuotas Egenskap

Definition

Hämtar eller anger det XmlDictionaryReaderQuotas objekt som är associerat med den här bindningen.

public:
 property System::ServiceModel::Configuration::XmlDictionaryReaderQuotasElement ^ ReaderQuotas { System::ServiceModel::Configuration::XmlDictionaryReaderQuotasElement ^ get(); };
[System.Configuration.ConfigurationProperty("readerQuotas")]
public System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement ReaderQuotas { get; }
[<System.Configuration.ConfigurationProperty("readerQuotas")>]
member this.ReaderQuotas : System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement
Public ReadOnly Property ReaderQuotas As XmlDictionaryReaderQuotasElement

Egenskapsvärde

Objektet XmlDictionaryReaderQuotas som är associerat med den här bindningen.

Attribut

Kommentarer

Objektet XmlDictionaryReaderQuotas definierar ett antal begränsningar för komplexiteten i SOAP-meddelanden som kan bearbetas av slutpunkter som konfigurerats med en bindning. Dessa begränsningar omfattar maxArrayLength, maxBytesPerRead, maxDepth, maxNameTableCharCountoch maxStringContentLength. Dessa värden hjälper till att förhindra överbelastningsattacker. Mer information finns i XmlDictionaryReaderQuotas.

Gäller för