28 using System.Collections;
29 using System.Collections.Generic;
31 using OpenSim.Framework;
32 using OpenSim.Region.Framework.Scenes;
34 namespace OpenSim.
Region.Framework.Interfaces
38 string ExternalHostNameForLSL {
get; }
41 void ReleaseURL(
string url);
42 void HttpResponse(UUID request,
int status,
string body);
43 void HttpContentType(UUID request,
string type);
45 string GetHttpHeader(UUID request,
string header);
delegate void ObjectRemoved(UUID prim)
delegate void ScriptRemoved(UUID script)