1 2 3 4 5 6 7
using System; using Nwc.XmlRpc; namespace OpenSim.Servers { public delegate XmlRpcResponse XmlRpcMethod( XmlRpcRequest request ); }