Sdílet prostřednictvím


NetMsmqBindingElement.ReaderQuotas Vlastnost

Definice

Získá nebo nastaví XmlDictionaryReaderQuotas objekt, který je přidružen k této vazbě.

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

Hodnota vlastnosti

XmlDictionaryReaderQuotasElement

XmlDictionaryReaderQuotasObjekt, který je přidružen k této vazbě.

Atributy

Poznámky

XmlDictionaryReaderQuotasObjekt definuje počet omezení složitosti zpráv SOAP, které mohou být zpracovány koncovými body nakonfigurovanými s vazbou. Mezi tato omezení patří,,, maxArrayLength maxBytesPerRead maxDepth maxNameTableCharCount a maxStringContentLength . Tyto hodnoty pomáhají při předcházení útokům DOS (Denial of Service). Další informace naleznete v tématu XmlDictionaryReaderQuotas.

Platí pro