C# 클래스 Mono.Debugger.Soft.TcpConnection

상속: Connection
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TcpConnection System

보호된 메소드들

메소드 설명
TransportClose ( ) : void
TransportReceive ( byte buf, int buf_offset, int len ) : int
TransportSend ( byte buf, int buf_offset, int len ) : int
TransportSetTimeouts ( int send_timeout, int receive_timeout ) : void

비공개 메소드들

메소드 설명
TcpConnection ( Socket socket ) : System

메소드 상세

TransportClose() 보호된 메소드

protected TransportClose ( ) : void
리턴 void

TransportReceive() 보호된 메소드

protected TransportReceive ( byte buf, int buf_offset, int len ) : int
buf byte
buf_offset int
len int
리턴 int

TransportSend() 보호된 메소드

protected TransportSend ( byte buf, int buf_offset, int len ) : int
buf byte
buf_offset int
len int
리턴 int

TransportSetTimeouts() 보호된 메소드

protected TransportSetTimeouts ( int send_timeout, int receive_timeout ) : void
send_timeout int
receive_timeout int
리턴 void