C# 클래스 OpenSim.Services.AssetServerPostHandler

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_SessionID string
m_registry IRegistryCore

공개 메소드들

메소드 설명
AssetServerPostHandler ( IAssetService service, string url, string SessionID, IRegistryCore registry ) : System
Handle ( string path, Stream request, Aurora.Framework.Servers.HttpServer.OSHttpRequest httpRequest, Aurora.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]

메소드 상세

AssetServerPostHandler() 공개 메소드

public AssetServerPostHandler ( IAssetService service, string url, string SessionID, IRegistryCore registry ) : System
service IAssetService
url string
SessionID string
registry IRegistryCore
리턴 System

Handle() 공개 메소드

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

프로퍼티 상세

m_SessionID 보호되어 있는 프로퍼티

protected string m_SessionID
리턴 string

m_registry 보호되어 있는 프로퍼티

protected IRegistryCore m_registry
리턴 IRegistryCore