no need for stream hanlder description

This commit is contained in:
UbitUmarov
2020-04-27 14:52:43 +01:00
parent 9d08f8307e
commit a3cd0cbfcb
4 changed files with 21 additions and 25 deletions

View File

@@ -92,7 +92,6 @@ namespace OpenSim.Framework.Servers.HttpServer
public interface ISimpleStreamHandler
{
string Name { get; }
string Description { get; }
string Path { get; }
int RequestsReceived { get; }