C# Class Universe.Services.AppearanceCAPS

Inheritance: IExternalCapsRequestHandler
Show file Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_agentID UUID
m_appearanceService IAgentAppearanceService
m_region Universe.Framework.Services.GridRegion
m_syncMessage ISyncMessagePosterService
m_uri string

Public Methods

Method Description
IncomingCapsDestruction ( ) : void
IncomingCapsRequest ( UUID agentID, GridRegion region, ISimulationBase simbase, OSDMap &capURLs ) : void

Private Methods

Method Description
UpdateAvatarAppearance ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]

Method Details

IncomingCapsDestruction() public method

public IncomingCapsDestruction ( ) : void
return void

IncomingCapsRequest() public method

public IncomingCapsRequest ( UUID agentID, GridRegion region, ISimulationBase simbase, OSDMap &capURLs ) : void
agentID UUID
region Universe.Framework.Services.GridRegion
simbase ISimulationBase
capURLs OSDMap
return void

Property Details

m_agentID protected property

protected UUID m_agentID
return UUID

m_appearanceService protected property

protected IAgentAppearanceService m_appearanceService
return IAgentAppearanceService

m_region protected property

protected GridRegion,Universe.Framework.Services m_region
return Universe.Framework.Services.GridRegion

m_syncMessage protected property

protected ISyncMessagePosterService m_syncMessage
return ISyncMessagePosterService

m_uri protected property

protected string m_uri
return string