C# 클래스 Aurora.Addon.WebUI.WebUIHandler

상속: IService
파일 보기 프로젝트 열기: aurora-sim/Aurora-Sim-Optional-Modules

공개 프로퍼티들

프로퍼티 타입 설명
m_server IHttpServer
m_server2 IHttpServer

보호된 프로퍼티들

프로퍼티 타입 설명
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