Condividi tramite


WriteOnlyStream Classe

Definizione

Attenzione

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

Oggetto Stream che consente solo le scritture.

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
Ereditarietà
WriteOnlyStream
Derivato
Attributi

Costruttori

WriteOnlyStream()
Obsoleti.

Oggetto Stream che consente solo le scritture.

Proprietà

CanRead
Obsoleti.

Oggetto Stream che consente solo le scritture.

CanSeek
Obsoleti.

Oggetto Stream che consente solo le scritture.

CanWrite
Obsoleti.

Oggetto Stream che consente solo le scritture.

Length
Obsoleti.

Oggetto Stream che consente solo le scritture.

Position
Obsoleti.

Oggetto Stream che consente solo le scritture.

ReadTimeout
Obsoleti.

Oggetto Stream che consente solo le scritture.

Metodi

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

Oggetto Stream che consente solo le scritture.

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

Oggetto Stream che consente solo le scritture.

ReadAsync(Memory<Byte>, CancellationToken)
Obsoleti.

Oggetto Stream che consente solo le scritture.

Seek(Int64, SeekOrigin)
Obsoleti.

Oggetto Stream che consente solo le scritture.

SetLength(Int64)
Obsoleti.

Oggetto Stream che consente solo le scritture.

Si applica a