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