PipeWriter.CanGetUnflushedBytes Property

Definition

Gets a value that indicates whether the current PipeWriter supports reporting the count of unflushed bytes.

public:
 virtual property bool CanGetUnflushedBytes { bool get(); };
public virtual bool CanGetUnflushedBytes { get; }
member this.CanGetUnflushedBytes : bool
Public Overridable ReadOnly Property CanGetUnflushedBytes As Boolean

Property Value

trueIf a class derived from PipeWriter does not support getting the unflushed bytes, calls to UnflushedBytes throw NotImplementedException.

Applies to