Property BufferSize
BufferSize
Gets or sets the buffer size in characters.
When the buffer exceeds this size, it is flushed automatically. Default is 100 characters.
public int BufferSize { get; set; }
Gets or sets the buffer size in characters.
When the buffer exceeds this size, it is flushed automatically. Default is 100 characters.
public int BufferSize { get; set; }