StreamBufferSize Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets or Sets the size of the buffer used for memory operations.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public int StreamBufferSize { get; set; }
Visual Basic
Public Property StreamBufferSize As Integer
	Get
	Set
Visual C++
public:
property int StreamBufferSize {
	int get ();
	void set (int value);
}

See Also