C# Class Aurora.Addon.WebUI.WebUIHandler

Inheritance: IService
Afficher le fichier Open project: aurora-sim/Aurora-Sim-Optional-Modules

Méthodes publiques

Свойство Type Description
m_server IHttpServer
m_server2 IHttpServer

Protected Properties

Свойство Type Description
m_registry IRegistryCore

Méthodes publiques

Méthode 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

Méthode 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 méthode

public FinishedStartup ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

OnHTTPGetTextureImage() public méthode

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

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Property Details

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore

m_server public_oe property

public IHttpServer m_server
Résultat IHttpServer

m_server2 public_oe property

public IHttpServer m_server2
Résultat IHttpServer