C# Class Aurora.Addon.WebUI.WebUIHandler

Inheritance: IService
Exibir arquivo Open project: aurora-sim/Aurora-Sim-Optional-Modules

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
OnHTTPGetTextureImage ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Method Description
DemoteUser ( string cmd ) : void
GetEncoderInfo ( String mimeType ) : System.Drawing.Imaging.ImageCodecInfo
PromoteUser ( string cmd ) : void
ResizeBitmap ( Image b, int nWidth, int nHeight ) : Bitmap

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

OnHTTPGetTextureImage() public method

public OnHTTPGetTextureImage ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
request Stream
httpRequest OSHttpRequest
httpResponse OSHttpResponse
return byte[]

Start() public method

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

Property Details

m_registry protected_oe property

protected IRegistryCore m_registry
return IRegistryCore

m_server public_oe property

public IHttpServer m_server
return IHttpServer

m_server2 public_oe property

public IHttpServer m_server2
return IHttpServer