C# Class Universe.Modules.Inventory.LLClientInventory.TaskInventoryScriptUpdater

This class is a callback invoked when a client sends asset data to a task inventory script update url
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
CapsUpdateTaskInventoryScriptAsset ( IClientAPI remoteClient, UUID itemId, UUID primId, bool isScriptRunning2, byte data, UUID &newID ) : ArrayList

Capability originating call to update the asset of a script in a prim's (task's) inventory

TaskInventoryScriptUpdater ( IScene scene, UUID inventoryItemID, UUID primID, int isScriptRunning2, string path, IHttpServer httpServer, UUID agentID ) : System
UploaderCaps ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]

Method Details

CapsUpdateTaskInventoryScriptAsset() public method

Capability originating call to update the asset of a script in a prim's (task's) inventory
public CapsUpdateTaskInventoryScriptAsset ( IClientAPI remoteClient, UUID itemId, UUID primId, bool isScriptRunning2, byte data, UUID &newID ) : ArrayList
remoteClient IClientAPI
itemId UUID
primId UUID The prim which contains the item to update
isScriptRunning2 bool Indicates whether the script to update is currently running
data byte
newID UUID
return System.Collections.ArrayList

TaskInventoryScriptUpdater() public method

public TaskInventoryScriptUpdater ( IScene scene, UUID inventoryItemID, UUID primID, int isScriptRunning2, string path, IHttpServer httpServer, UUID agentID ) : System
scene IScene
inventoryItemID UUID
primID UUID
isScriptRunning2 int
path string
httpServer IHttpServer
agentID UUID
return System

UploaderCaps() public method

public UploaderCaps ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
request Stream
httpRequest Universe.Framework.Servers.HttpServer.Implementation.OSHttpRequest
httpResponse Universe.Framework.Servers.HttpServer.Implementation.OSHttpResponse
return byte[]