PipeWriter.UnflushedBytes Property

Definition

When overridden in a derived class, gets the count of unflushed bytes within the current writer.

public:
 virtual property long UnflushedBytes { long get(); };
public virtual long UnflushedBytes { get; }
member this.UnflushedBytes : int64
Public Overridable ReadOnly Property UnflushedBytes As Long

Property Value

Exceptions

The PipeWriter does not support getting the unflushed byte count.

Applies to