C# Class OpenSim.Region.CoreModules.Avatar.ObjectCaps.StreamHandler

Inheritance: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Méthode Description
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

Method Details

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[]

StreamHandler() public méthode

public StreamHandler ( string httpMethod, string path, StreamHandlerCallback callback ) : System
httpMethod string
path string
callback StreamHandlerCallback
Résultat System