C# 클래스 CRL.CacheServer.TcpPoolClient.Connection

파일 보기 프로젝트 열기: hubro-xx/CRL2

공개 프로퍼티들

프로퍼티 타입 설명
Index int
LastUseTime System.DateTime
Socket CoreHelper.SocketUtil.TcpClient
Used bool

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Index 공개적으로 프로퍼티

public int Index
리턴 int

LastUseTime 공개적으로 프로퍼티

public DateTime,System LastUseTime
리턴 System.DateTime

Socket 공개적으로 프로퍼티

public CoreHelper.SocketUtil.TcpClient Socket
리턴 CoreHelper.SocketUtil.TcpClient

Used 공개적으로 프로퍼티

public bool Used
리턴 bool