C# Class OpenSim.Services.AssetServerGetHandler

Inheritance: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
Mostra file Open project: RevolutionSmythe/Aurora-HG-Plugin

Protected Properties

Property Type Description
m_SessionID string
m_registry IRegistryCore

Public Methods

Method Description
AssetServerGetHandler ( IAssetService service, string url, string SessionID, IRegistryCore registry ) : System
Handle ( string path, Stream request, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]

Method Details

AssetServerGetHandler() public method

public AssetServerGetHandler ( IAssetService service, string url, string SessionID, IRegistryCore registry ) : System
service IAssetService
url string
SessionID string
registry IRegistryCore
return System

Handle() public method

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

Property Details

m_SessionID protected_oe property

protected string m_SessionID
return string

m_registry protected_oe property

protected IRegistryCore m_registry
return IRegistryCore