WriteOnlyStream 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The WriteOnlyStream is obsolete and will be removed in a future release.
只 Stream 允许写入的 。
public ref class WriteOnlyStream abstract : System::IO::Streampublic 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.Streamtype WriteOnlyStream = class
    inherit Stream[<System.Obsolete("The WriteOnlyStream is obsolete and will be removed in a future release.")>]
type WriteOnlyStream = class
    inherit StreamPublic MustInherit Class WriteOnlyStream
Inherits Stream- 继承
- 
				WriteOnlyStream
- 派生
- 属性
构造函数
| WriteOnlyStream() | 
				已过时.
			 只 Stream 允许写入的 。 | 
属性
| CanRead | 
				已过时.
			 只 Stream 允许写入的 。 | 
| CanSeek | 
				已过时.
			 只 Stream 允许写入的 。 | 
| CanWrite | 
				已过时.
			 只 Stream 允许写入的 。 | 
| Length | 
				已过时.
			 只 Stream 允许写入的 。 | 
| Position | 
				已过时.
			 只 Stream 允许写入的 。 | 
| ReadTimeout | 
				已过时.
			 只 Stream 允许写入的 。 | 
方法
| Read(Byte[], Int32, Int32) | 
				已过时.
			 只 Stream 允许写入的 。 | 
| ReadAsync(Byte[], Int32, Int32, CancellationToken) | 
				已过时.
			 只 Stream 允许写入的 。 | 
| ReadAsync(Memory<Byte>, CancellationToken) | 
				已过时.
			 只 Stream 允许写入的 。 | 
| Seek(Int64, SeekOrigin) | 
				已过时.
			 只 Stream 允许写入的 。 | 
| SetLength(Int64) | 
				已过时.
			 只 Stream 允许写入的 。 |