C# Класс OpenSim.Services.AssetServerDeleteHandler

Наследование: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_SessionID string
m_allowDelete bool
m_registry IRegistryCore

Открытые методы

Метод Описание
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[]

Описание методов

AssetServerDeleteHandler() публичный Метод

public AssetServerDeleteHandler ( IAssetService service, bool allowDelete, string url, string SessionID, IRegistryCore registry ) : System
service IAssetService
allowDelete bool
url string
SessionID string
registry IRegistryCore
Результат System

Handle() публичный Метод

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
Результат byte[]

Описание свойств

m_SessionID защищенное свойство

protected string m_SessionID
Результат string

m_allowDelete защищенное свойство

protected bool m_allowDelete
Результат bool

m_registry защищенное свойство

protected IRegistryCore m_registry
Результат IRegistryCore