C# Класс OpenSim.Region.CoreModules.Avatar.ObjectCaps.StreamHandler

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

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

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