C# Class WhiteCore.Modules.AbuseReports.AbuseReportsModule.AbuseTextureUploader

Datei anzeigen Open project: WhiteCoreSim/WhiteCore-Dev

Public Methods

Method Description
AbuseTextureUploader ( string path, UUID agentID, UUID assetID ) : System
uploaderCaps ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[]

Method Details

AbuseTextureUploader() public method

public AbuseTextureUploader ( string path, UUID agentID, UUID assetID ) : System
path string
agentID UUID
assetID UUID
return System

uploaderCaps() public method

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
return byte[]