C# 클래스 OpenSim.Services.WireduxHandler

상속: IService
파일 보기 프로젝트 열기: skidzTweak/Aurora-Sim-Joomla

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_registry IRegistryCore

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateZoomLevel ( int zoomLevel, int centerX, int centerY ) : Bitmap
DemoteUser ( string cmd ) : void
GetEncoderInfo ( String mimeType ) : System.Drawing.Imaging.ImageCodecInfo
PromoteUser ( string cmd ) : void

메소드 상세

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

OnHTTPGetMapImage() 공개 메소드

public OnHTTPGetMapImage ( Hashtable keysvals ) : Hashtable
keysvals System.Collections.Hashtable
리턴 System.Collections.Hashtable

OnHTTPGetTextureImage() 공개 메소드

public OnHTTPGetTextureImage ( Hashtable keysvals ) : Hashtable
keysvals System.Collections.Hashtable
리턴 System.Collections.Hashtable

ResizeBitmap() 공개 메소드

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

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