共用方式為


ByteStreamMessageEncodingElement.ReaderQuotas 屬性

定義

取得 XmlDictionaryReaderQuotasElement 組態項目,此組態項目會定義 SOAP 訊息複雜性的條件約束,而這些條件約束可由以此編碼所設定的端點處理。

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

屬性值

組態項目。

屬性

適用於