C# 클래스 m.Http.Backend.Tcp.TcpSessionBase

상속: SessionBase
파일 보기 프로젝트 열기: joongonn/mHttp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CloseQuiety ( ) : void
IsDisconnected ( ) : bool

보호된 메소드들

메소드 설명
TcpSessionBase ( long id, TcpClient tcpClient, Stream stream, int initialReadBufferSize, int readTimeoutMs, int writeTimeoutMs ) : System.IO

메소드 상세

CloseQuiety() 공개 메소드

public CloseQuiety ( ) : void
리턴 void

IsDisconnected() 공개 메소드

public IsDisconnected ( ) : bool
리턴 bool

TcpSessionBase() 보호된 메소드

protected TcpSessionBase ( long id, TcpClient tcpClient, Stream stream, int initialReadBufferSize, int readTimeoutMs, int writeTimeoutMs ) : System.IO
id long
tcpClient System.Net.Sockets.TcpClient
stream Stream
initialReadBufferSize int
readTimeoutMs int
writeTimeoutMs int
리턴 System.IO