NetMsmqBindingElement.ReaderQuotas Proprietà

Definizione

Ottiene o imposta l'oggetto XmlDictionaryReaderQuotas relativo 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à

XmlDictionaryReaderQuotasElement

Oggetto XmlDictionaryReaderQuotas relativo a questa associazione.

Attributi

Commenti

L'oggetto XmlDictionaryReaderQuotas definisce un certo numero di vincoli sulla complessità dei messaggi SOAP che possono essere elaborati dagli endpoint configurati con un'associazione. Questi vincoli sono: maxArrayLength, maxBytesPerRead, maxDepth, maxNameTableCharCount e maxStringContentLength. Questi valori aiutano a prevenire gli attacchi di tipo Denial of Service. Per altre informazioni, vedere XmlDictionaryReaderQuotas.

Si applica a