Esempio n. 1
0
 public Caps(IHttpServer httpServer, string capsPath, UUID agent, string regionName)
 {
     m_capsObjectPath = capsPath;
     m_httpListener   = httpServer;
     m_agentID        = agent;
     m_regionName     = regionName;
     m_capsHandlers   = new CapsHandlers(httpServer);
 }
Esempio n. 2
0
 public Caps(IHttpServer httpServer, string capsPath, UUID agent, string regionName)
 {
     m_capsObjectPath = capsPath;
     m_httpListener = httpServer;
     m_agentID = agent;
     m_regionName = regionName;
     m_capsHandlers = new CapsHandlers(httpServer);
 }