C# Class OpenSim.Framework.ClientInfo

Show file Open project: Mobius-Team/Mobius Class Usage Examples

Public Properties

Property Type Description
StartedTime DateTime
agentcircuit AgentCircuitData
assetThrottle int
cloudThrottle int
landThrottle int
maxThrottle int
proxyEP EndPoint
resendThrottle int
targetThrottle int
taskThrottle int
textureThrottle int
totalThrottle int
userEP EndPoint
windThrottle int

Property Details

StartedTime public property

public DateTime StartedTime
return DateTime

agentcircuit public property

public AgentCircuitData,OpenSim.Framework agentcircuit
return AgentCircuitData

assetThrottle public property

public int assetThrottle
return int

cloudThrottle public property

public int cloudThrottle
return int

landThrottle public property

public int landThrottle
return int

maxThrottle public property

public int maxThrottle
return int

proxyEP public property

public EndPoint proxyEP
return EndPoint

resendThrottle public property

public int resendThrottle
return int

targetThrottle public property

public int targetThrottle
return int

taskThrottle public property

public int taskThrottle
return int

textureThrottle public property

public int textureThrottle
return int

totalThrottle public property

public int totalThrottle
return int

userEP public property

public EndPoint userEP
return EndPoint

windThrottle public property

public int windThrottle
return int