C# Class Universe.Framework.Servers.HttpServer.GenericStreamHandler

Inheritance: BaseRequestHandler
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
GenericStreamHandler ( string httpMethod, string path, HttpServerHandle method ) : System
Handle ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]

Method Details

GenericStreamHandler() public méthode

public GenericStreamHandler ( string httpMethod, string path, HttpServerHandle method ) : System
httpMethod string
path string
method HttpServerHandle
Résultat System

Handle() public méthode

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
Résultat byte[]