프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ) : |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |
public OnHTTPGetTextureImage ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
request | Stream | |
httpRequest | OSHttpRequest | |
httpResponse | OSHttpResponse | |
리턴 | byte[] |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |