C# Class CRL.CacheServer.TcpPoolClient.Connection

显示文件 Open project: hubro-xx/CRL2

Public Properties

Property Type Description
Index int
LastUseTime System.DateTime
Socket CoreHelper.SocketUtil.TcpClient
Used bool

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Index public_oe property

public int Index
return int

LastUseTime public_oe property

public DateTime,System LastUseTime
return System.DateTime

Socket public_oe property

public CoreHelper.SocketUtil.TcpClient Socket
return CoreHelper.SocketUtil.TcpClient

Used public_oe property

public bool Used
return bool