C# Class CRL.CacheServer.TcpPoolClient.Connection

Show file 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 property

public int Index
return int

LastUseTime public property

public DateTime,System LastUseTime
return System.DateTime

Socket public property

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

Used public property

public bool Used
return bool