Język

NetMsmqBindingElement.ReaderQuotas Właściwość

Definicja

Pobiera lub ustawia XmlDictionaryReaderQuotas obiekt skojarzony z tym powiązaniem.

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

Wartość właściwości

XmlDictionaryReaderQuotas Obiekt skojarzony z tym powiązaniem.

Atrybuty

Uwagi

Obiekt XmlDictionaryReaderQuotas definiuje szereg ograniczeń dotyczących złożoności komunikatów PROTOKOŁU SOAP, które mogą być przetwarzane przez punkty końcowe skonfigurowane za pomocą powiązania. Te ograniczenia obejmują maxArrayLength, , maxBytesPerRead, maxDepthmaxNameTableCharCount, i maxStringContentLength. Te wartości pomagają w zapobieganiu atakom typu "odmowa usługi". Aby uzyskać więcej informacji, zobacz XmlDictionaryReaderQuotas.

Dotyczy