Partager via


NetMsmqBindingElement.ReaderQuotas Propriété

Définition

Obtient ou définit l’objet XmlDictionaryReaderQuotas associé à cette liaison.

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

Valeur de propriété

XmlDictionaryReaderQuotasElement

L’objet XmlDictionaryReaderQuotas associé à cette liaison.

Attributs

Remarques

L'objet XmlDictionaryReaderQuotas définit plusieurs contraintes sur la complexité des messages SOAP qui peuvent être traités par les points de terminaison configurés avec une liaison. Ces contraintes incluent notamment maxArrayLength, maxBytesPerRead, maxDepth, maxNameTableCharCount et maxStringContentLength. Ces valeurs participent à la prévention d'attaques par déni de service. Pour plus d'informations, consultez XmlDictionaryReaderQuotas.

S’applique à