NetMsmqBindingElement.ReaderQuotas Proprietà

Definizione

Ottiene o imposta l'oggetto XmlDictionaryReaderQuotas associato a questa associazione.

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

Valore della proprietà

Oggetto XmlDictionaryReaderQuotas associato a questa associazione.

Attributi

Commenti

L'oggetto XmlDictionaryReaderQuotas definisce una serie di vincoli sulla complessità dei messaggi SOAP che possono essere elaborati dagli endpoint configurati con un'associazione. Questi vincoli includono maxArrayLength, maxBytesPerReadmaxDepth, maxNameTableCharCount, e maxStringContentLength. Questi valori aiutano nella prevenzione degli attacchi Denial of Service. Per altre informazioni, vedere XmlDictionaryReaderQuotas.

Si applica a