XmlDictionaryReaderQuotas Konstruktor

Definice

Vytvoří novou instanci této třídy.

public:
 XmlDictionaryReaderQuotas();
public XmlDictionaryReaderQuotas ();
Public Sub New ()

Poznámky

Tento konstruktor inicializuje vlastnosti na "zabezpečené" výchozí hodnoty:

MaxDepth = 32;

MaxStringContentLength = 8192;

MaxArrayLength = 16384;

MaxBytesPerRead = 4096;

MaxNameTableCharCount = 16384.

Platí pro