Udostępnij za pośrednictwem


NetMsmqBindingElement.ReaderQuotas Właściwość

Definicja

Pobiera lub ustawia XmlDictionaryReaderQuotas obiekt, który jest 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

XmlDictionaryReaderQuotasElement

Obiekt XmlDictionaryReaderQuotas skojarzony z tym powiązaniem.

Atrybuty

Uwagi

Obiekt definiuje wiele ograniczeń złożoności komunikatów protokołu SOAP, które mogą być przetwarzane przez punkty końcowe skonfigurowane XmlDictionaryReaderQuotas za pomocą powiązania. Ograniczenia te obejmują maxArrayLength , , , i maxBytesPerRead maxDepth maxNameTableCharCount maxStringContentLength . Te wartości wspomagają zapobieganie atakom typu "odmowa usługi". Aby uzyskać więcej informacji, zobacz XmlDictionaryReaderQuotas.

Dotyczy