Compartilhar via


WriteOnlyStream Classe

Definição

Cuidado

The WriteOnlyStream is obsolete and will be removed in a future release.

Um Stream que só permite gravações.

public ref class WriteOnlyStream abstract : System::IO::Stream
public abstract class WriteOnlyStream : System.IO.Stream
[System.Obsolete("The WriteOnlyStream is obsolete and will be removed in a future release.")]
public abstract class WriteOnlyStream : System.IO.Stream
type WriteOnlyStream = class
    inherit Stream
[<System.Obsolete("The WriteOnlyStream is obsolete and will be removed in a future release.")>]
type WriteOnlyStream = class
    inherit Stream
Public MustInherit Class WriteOnlyStream
Inherits Stream
Herança
WriteOnlyStream
Derivado
Atributos

Construtores

WriteOnlyStream()
Obsoleto.

Um Stream que só permite gravações.

Propriedades

CanRead
Obsoleto.

Um Stream que só permite gravações.

CanSeek
Obsoleto.

Um Stream que só permite gravações.

CanWrite
Obsoleto.

Um Stream que só permite gravações.

Length
Obsoleto.

Um Stream que só permite gravações.

Position
Obsoleto.

Um Stream que só permite gravações.

ReadTimeout
Obsoleto.

Um Stream que só permite gravações.

Métodos

Read(Byte[], Int32, Int32)
Obsoleto.

Um Stream que só permite gravações.

ReadAsync(Byte[], Int32, Int32, CancellationToken)
Obsoleto.

Um Stream que só permite gravações.

ReadAsync(Memory<Byte>, CancellationToken)
Obsoleto.

Um Stream que só permite gravações.

Seek(Int64, SeekOrigin)
Obsoleto.

Um Stream que só permite gravações.

SetLength(Int64)
Obsoleto.

Um Stream que só permite gravações.

Aplica-se a