ThrowingWasUpgradedWriteOnlyStream Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
The ThrowingWasUpgradedWriteOnlyStream is obsolete and will be removed in a future release.
To Stream vyvolá volání k zápisu po upgradu datového proudu
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
- Dědičnost
- Atributy
Poznámky
Uživatelé by neměli muset vytvořit instanci této třídy.
Konstruktory
| ThrowingWasUpgradedWriteOnlyStream() |
Vlastnosti
| CanRead | (Zděděno od WriteOnlyStream) |
| CanSeek | (Zděděno od WriteOnlyStream) |
| CanWrite | (Zděděno od WriteOnlyStream) |
| Length | (Zděděno od WriteOnlyStream) |
| Position | (Zděděno od WriteOnlyStream) |
| ReadTimeout | (Zděděno od WriteOnlyStream) |
Metody
| 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) | (Zděděno od WriteOnlyStream) |
| ReadAsync(Byte[], Int32, Int32, CancellationToken) | (Zděděno od WriteOnlyStream) |
| ReadAsync(Memory<Byte>, CancellationToken) | (Zděděno od 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. |