IStreamAbortFeature 인터페이스

정의

연결 스트림의 개별 측면 중단을 지원합니다.

public interface IStreamAbortFeature
type IStreamAbortFeature = interface
Public Interface IStreamAbortFeature

메서드

AbortRead(Int64, ConnectionAbortedException)

연결 스트림의 읽기 쪽을 중단합니다.

AbortWrite(Int64, ConnectionAbortedException)

연결 스트림의 쓰기 쪽을 중단합니다.

적용 대상