메소드 | 설명 | |
---|---|---|
AssetUploader ( string assetName, string description, UUID assetID, UUID inventoryItem, UUID parentFolderID, string invType, string assetType, string path, uint everyoneMask, uint groupMask, uint nextOwnerMask, UploadHandler action ) : System | ||
UploaderCaps ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] |
|
public AssetUploader ( string assetName, string description, UUID assetID, UUID inventoryItem, UUID parentFolderID, string invType, string assetType, string path, uint everyoneMask, uint groupMask, uint nextOwnerMask, UploadHandler action ) : System | ||
assetName | string | |
description | string | |
assetID | UUID | |
inventoryItem | UUID | |
parentFolderID | UUID | |
invType | string | |
assetType | string | |
path | string | |
everyoneMask | uint | |
groupMask | uint | |
nextOwnerMask | uint | |
action | UploadHandler | |
리턴 | System |
public UploaderCaps ( 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 | |
리턴 | byte[] |