C# Class OpenSim.Services.WireduxHandler

Inheritance: IService
Show file Open project: skidzTweak/Aurora-Sim-Joomla

Public Properties

Property Type Description
m_server IHttpServer
m_server2 IHttpServer

Protected Properties

Property Type Description
m_registry IRegistryCore

Public Methods

Method Description
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
OnHTTPGetMapImage ( Hashtable keysvals ) : Hashtable
OnHTTPGetTextureImage ( Hashtable keysvals ) : Hashtable
ResizeBitmap ( Image b, int nWidth, int nHeight ) : Bitmap
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Method Description
CreateZoomLevel ( int zoomLevel, int centerX, int centerY ) : Bitmap
DemoteUser ( string cmd ) : void
GetEncoderInfo ( String mimeType ) : System.Drawing.Imaging.ImageCodecInfo
PromoteUser ( string cmd ) : void

Method Details

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

OnHTTPGetMapImage() public method

public OnHTTPGetMapImage ( Hashtable keysvals ) : Hashtable
keysvals System.Collections.Hashtable
return System.Collections.Hashtable

OnHTTPGetTextureImage() public method

public OnHTTPGetTextureImage ( Hashtable keysvals ) : Hashtable
keysvals System.Collections.Hashtable
return System.Collections.Hashtable

ResizeBitmap() public method

public ResizeBitmap ( Image b, int nWidth, int nHeight ) : Bitmap
b Image
nWidth int
nHeight int
return System.Drawing.Bitmap

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

Property Details

m_registry protected property

protected IRegistryCore m_registry
return IRegistryCore

m_server public property

public IHttpServer m_server
return IHttpServer

m_server2 public property

public IHttpServer m_server2
return IHttpServer