WebBrowser BufferSize Property C# API
Gets or sets the size of the buffer used when reading TCP data from a socket.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int BufferSize { get; set; }

Field Value

The size of the buffer in bytes.
See Also