C# Класс Aurora.Addon.WebUI.WebUIHandler

Наследование: IService
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
m_server IHttpServer
m_server2 IHttpServer

Защищенные свойства (Protected)

Свойство Тип Описание
m_registry IRegistryCore

Открытые методы

Метод Описание
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
OnHTTPGetTextureImage ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
Start ( IConfigSource config, IRegistryCore registry ) : void

Приватные методы

Метод Описание
DemoteUser ( string cmd ) : void
GetEncoderInfo ( String mimeType ) : System.Drawing.Imaging.ImageCodecInfo
PromoteUser ( string cmd ) : void
ResizeBitmap ( Image b, int nWidth, int nHeight ) : Bitmap

Описание методов

FinishedStartup() публичный Метод

public FinishedStartup ( ) : void
Результат void

Initialize() публичный Метод

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Результат void

OnHTTPGetTextureImage() публичный Метод

public OnHTTPGetTextureImage ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
request Stream
httpRequest OSHttpRequest
httpResponse OSHttpResponse
Результат byte[]

Start() публичный Метод

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Результат void

Описание свойств

m_registry защищенное свойство

protected IRegistryCore m_registry
Результат IRegistryCore

m_server публичное свойство

public IHttpServer m_server
Результат IHttpServer

m_server2 публичное свойство

public IHttpServer m_server2
Результат IHttpServer