PipeWriter.CanGetUnflushedBytes Propriedade

Definição

Obtém um valor que indica se a corrente PipeWriter suporta reportar a contagem de bytes não descarregados.

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

Valor de Propriedade

trueSe uma classe derivada de PipeWriter não suportar obter os bytes não descarregados, chamadas para UnflushedBytes lançar NotImplementedException.

Aplica-se a