次の方法で共有


IStreamAbortFeature インターフェイス

定義

接続ストリームの個々の辺の中止をサポートします。

public interface IStreamAbortFeature
type IStreamAbortFeature = interface
Public Interface IStreamAbortFeature

メソッド

AbortRead(Int64, ConnectionAbortedException)

接続ストリームの読み取り側を中止します。

AbortWrite(Int64, ConnectionAbortedException)

接続ストリームの書き込み側を中止します。

適用対象