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