IDuplexPipe 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一个类,该类提供从中读取和写入数据的双工管道。
public interface class IDuplexPipe
public interface IDuplexPipe
type IDuplexPipe = interface
Public Interface IDuplexPipe
属性
| 名称 | 说明 |
|---|---|
| Input |
PipeReader获取双工管道的一半。 |
| Output |
PipeWriter获取双工管道的一半。 |