C# 클래스 Universe.Modules.Inventory.LLClientInventory.ItemUpdater

This class is a callback invoked when a client sends asset data to an agent inventory notecard update url
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
ItemUpdater ( UUID agentID, IScene scene, UUID inventoryItem, string path, IHttpServer httpServer ) : System
UploaderCaps ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]

메소드 상세

ItemUpdater() 공개 메소드

public ItemUpdater ( UUID agentID, IScene scene, UUID inventoryItem, string path, IHttpServer httpServer ) : System
agentID UUID
scene IScene
inventoryItem UUID
path string
httpServer IHttpServer
리턴 System

UploaderCaps() 공개 메소드

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
리턴 byte[]