C# 클래스 OpenSim.Region.CoreModules.Avatar.ObjectCaps.StreamHandler

상속: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 메소드들

메소드 설명
Handle ( string path, Stream request, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]
StreamHandler ( string httpMethod, string path, StreamHandlerCallback callback ) : 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[]

StreamHandler() 공개 메소드

public StreamHandler ( string httpMethod, string path, StreamHandlerCallback callback ) : System
httpMethod string
path string
callback StreamHandlerCallback
리턴 System