C# 클래스 OpenSim.Services.AssetServerDeleteHandler

상속: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
파일 보기 프로젝트 열기: RevolutionSmythe/Aurora-HG-Plugin

보호된 프로퍼티들

프로퍼티 타입 설명
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