9 lines
176 B
C#
9 lines
176 B
C#
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
|
||
|
namespace OpenSim.Servers
|
||
|
{
|
||
|
public delegate string RestMethod( string request, string path );
|
||
|
}
|