Method | 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 |
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 | |
return | byte[] |
public StreamHandler ( string httpMethod, string path, StreamHandlerCallback callback ) : System | ||
httpMethod | string | |
path | string | |
callback | StreamHandlerCallback | |
return | System |