ThrowingWasUpgradedWriteOnlyStream Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
The ThrowingWasUpgradedWriteOnlyStream is obsolete and will be removed in a future release.
que Stream produce llamadas para escribir después de actualizar la secuencia.
public ref class ThrowingWasUpgradedWriteOnlyStream : Microsoft::AspNetCore::Server::IIS::Core::WriteOnlyStream
public class ThrowingWasUpgradedWriteOnlyStream : Microsoft.AspNetCore.Server.IIS.Core.WriteOnlyStream
[System.Obsolete("The ThrowingWasUpgradedWriteOnlyStream is obsolete and will be removed in a future release.")]
public class ThrowingWasUpgradedWriteOnlyStream : Microsoft.AspNetCore.Server.IIS.Core.WriteOnlyStream
type ThrowingWasUpgradedWriteOnlyStream = class
inherit WriteOnlyStream
[<System.Obsolete("The ThrowingWasUpgradedWriteOnlyStream is obsolete and will be removed in a future release.")>]
type ThrowingWasUpgradedWriteOnlyStream = class
inherit WriteOnlyStream
Public Class ThrowingWasUpgradedWriteOnlyStream
Inherits WriteOnlyStream
- Herencia
- Atributos
Comentarios
Los usuarios no deben necesitar crear instancias de esta clase.
Constructores
| ThrowingWasUpgradedWriteOnlyStream() |
Propiedades
| CanRead | (Heredado de WriteOnlyStream) |
| CanSeek | (Heredado de WriteOnlyStream) |
| CanWrite | (Heredado de WriteOnlyStream) |
| Length | (Heredado de WriteOnlyStream) |
| Position | (Heredado de WriteOnlyStream) |
| ReadTimeout | (Heredado de WriteOnlyStream) |
Métodos
| Flush() | When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device. |
| Read(Byte[], Int32, Int32) | (Heredado de WriteOnlyStream) |
| ReadAsync(Byte[], Int32, Int32, CancellationToken) | (Heredado de WriteOnlyStream) |
| ReadAsync(Memory<Byte>, CancellationToken) | (Heredado de WriteOnlyStream) |
| Seek(Int64, SeekOrigin) | When overridden in a derived class, sets the position within the current stream. |
| SetLength(Int64) | When overridden in a derived class, sets the length of the current stream. |
| Write(Byte[], Int32, Int32) | When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. |
| WriteAsync(Byte[], Int32, Int32, CancellationToken) | Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests. |