Property | Type | Description | |
---|---|---|---|
_gridNick | string | ||
_registry | IRegistryCore | ||
_server | IHttpServer |
Method | Description | |
---|---|---|
FinishedStartup ( ) : void | ||
GetAvatarImageURL ( string imageURL ) : string | ||
GetImageURL ( string imageURL ) : string | ||
GetRegionWorldViewURL ( UUID RegionID ) : string | ||
GetTextureURL ( UUID textureID ) : string | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
OnHTTPGetAvatarImage ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
OnHTTPGetImage ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
OnHTTPGetTextureImage ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
GetEncoderInfo ( string mimeType ) : System.Drawing.Imaging.ImageCodecInfo | ||
ResizeBitmap ( Image b, int nWidth, int nHeight ) : |
public GetAvatarImageURL ( string imageURL ) : string | ||
imageURL | string | |
return | string |
public GetImageURL ( string imageURL ) : string | ||
imageURL | string | |
return | string |
public GetRegionWorldViewURL ( UUID RegionID ) : string | ||
RegionID | UUID | |
return | string |
public GetTextureURL ( UUID textureID ) : string | ||
textureID | UUID | |
return | string |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public OnHTTPGetAvatarImage ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
request | Stream | |
httpRequest | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest | |
httpResponse | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse | |
return | byte[] |
public OnHTTPGetImage ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
request | Stream | |
httpRequest | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest | |
httpResponse | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse | |
return | byte[] |
public OnHTTPGetTextureImage ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
request | Stream | |
httpRequest | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest | |
httpResponse | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse | |
return | byte[] |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |