C# 클래스 Universe.Framework.Servers.HttpServer.GenericStreamHandler

상속: BaseRequestHandler
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
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[]