* Moved all capabilities code to the new library, OpenMetaverse.Http

* OpenMetaverse.Http contains a CAPS client + server, event queue client + server, SSL certificate generation (root CA, server certs, client certs), and client certificate authentication
* HttpServer.dll and Mono.Security.dll are new dependencies for OpenMetaverse.Http.dll

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2400 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-12-29 20:44:28 +00:00
parent 74fc54a786
commit 364c2c26d9
27 changed files with 543 additions and 590 deletions

View File

@@ -4,7 +4,7 @@ using System.Threading;
using System.IO;
using System.Drawing;
using OpenMetaverse;
using OpenMetaverse.Capabilities;
using OpenMetaverse.Http;
using OpenMetaverse.Imaging;
namespace importprimscript