C# Class OpenSim.Services.AssetServerDeleteHandler

Inheritance: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
Afficher le fichier Open project: RevolutionSmythe/Aurora-HG-Plugin

Protected Properties

Свойство Type Description
m_SessionID string
m_allowDelete bool
m_registry IRegistryCore

Méthodes publiques

Méthode Description
AssetServerDeleteHandler ( IAssetService service, bool allowDelete, 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

AssetServerDeleteHandler() public méthode

public AssetServerDeleteHandler ( IAssetService service, bool allowDelete, string url, string SessionID, IRegistryCore registry ) : System
service IAssetService
allowDelete bool
url string
SessionID string
registry IRegistryCore
Résultat System

Handle() public méthode

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
Résultat byte[]

Property Details

m_SessionID protected_oe property

protected string m_SessionID
Résultat string

m_allowDelete protected_oe property

protected bool m_allowDelete
Résultat bool

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore