BufferedStream.BufferSize Property

Definition

Gets the buffer size in bytes for this buffered stream.

public:
 property int BufferSize { int get(); };
public int BufferSize { get; }
member this.BufferSize : int
Public ReadOnly Property BufferSize As Integer

Property Value

An integer representing the buffer size in bytes.

Applies to