C# Class OpenSim.Framework.ClientInfo

Mostra 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_oe property

public DateTime StartedTime
return DateTime

agentcircuit public_oe property

public AgentCircuitData,OpenSim.Framework agentcircuit
return AgentCircuitData

assetThrottle public_oe property

public int assetThrottle
return int

cloudThrottle public_oe property

public int cloudThrottle
return int

landThrottle public_oe property

public int landThrottle
return int

maxThrottle public_oe property

public int maxThrottle
return int

proxyEP public_oe property

public EndPoint proxyEP
return EndPoint

resendThrottle public_oe property

public int resendThrottle
return int

targetThrottle public_oe property

public int targetThrottle
return int

taskThrottle public_oe property

public int taskThrottle
return int

textureThrottle public_oe property

public int textureThrottle
return int

totalThrottle public_oe property

public int totalThrottle
return int

userEP public_oe property

public EndPoint userEP
return EndPoint

windThrottle public_oe property

public int windThrottle
return int