C# Класс Universe.Framework.Servers.HttpServer.GenericStreamHandler

Наследование: BaseRequestHandler
Показать файл Открыть проект

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

Метод Описание
GenericStreamHandler ( string httpMethod, string path, HttpServerHandle method ) : System
Handle ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]

Описание методов

GenericStreamHandler() публичный Метод

public GenericStreamHandler ( string httpMethod, string path, HttpServerHandle method ) : System
httpMethod string
path string
method HttpServerHandle
Результат System

Handle() публичный Метод

public Handle ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
request Stream
httpRequest Universe.Framework.Servers.HttpServer.Implementation.OSHttpRequest
httpResponse Universe.Framework.Servers.HttpServer.Implementation.OSHttpResponse
Результат byte[]