다음을 통해 공유


ITransport 인터페이스

정의

유선에 데이터를 쓸 때 사용되는 전송 형식입니다.

public interface ITransport : IDisposable
type ITransport = interface
    interface IDisposable
Public Interface ITransport
Implements IDisposable
파생
구현

속성

IsConnected

전송이 연결되어 있는지 여부를 나타내는 값을 가져옵니다.

메서드

Close()

전송을 닫습니다.

적용 대상