* Added a streamhandler that does streams both in and out

* The RestDeserialisehandler now does streams and returns an object instead of string
This commit is contained in:
lbsa71
2007-10-31 12:45:03 +00:00
parent dbcab80520
commit 0d528e1d22
6 changed files with 93 additions and 56 deletions

View File

@@ -415,7 +415,7 @@ namespace OpenSim
return GetPhysicsScene(m_physicsEngine);
}
private class SimStatusHandler : IStreamHandler
private class SimStatusHandler : IStreamedRequestHandler
{
public byte[] Handle(string path, Stream request)
{