IStreamAbortFeature 接口

定义

支持中止连接流的单个端。

public interface IStreamAbortFeature
type IStreamAbortFeature = interface
Public Interface IStreamAbortFeature

方法

AbortRead(Int64, ConnectionAbortedException)

中止连接流的读取端。

AbortWrite(Int64, ConnectionAbortedException)

中止连接流的写入端。

适用于