IStreamDirectionFeature 接口

定义

连接流的方向

public interface class IStreamDirectionFeature
public interface IStreamDirectionFeature
type IStreamDirectionFeature = interface
Public Interface IStreamDirectionFeature

属性

CanRead

获取是否可以读取连接流。

CanWrite

获取是否可以写入连接流。

适用于