From 31b60731497b21c163aa4058cada258e54deb835 Mon Sep 17 00:00:00 2001 From: Teravus Ovares (Dan Olivares) Date: Wed, 5 Aug 2009 02:42:52 -0400 Subject: * Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 target * Hopefully this allows older mono versions to still work. * A couple of points of note: * TimeZoneInfo.. replaced with DateTime.UtcNow - TimeSpan.FromHours(7); * HashSet replaced with Dictionary * Force use of the managed version of ReaderWriterLockSlim (don't use the pre-processor defs) --- bin/OpenMetaverse.Http.XML | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'bin/OpenMetaverse.Http.XML') diff --git a/bin/OpenMetaverse.Http.XML b/bin/OpenMetaverse.Http.XML index 90375bb..23173ae 100644 --- a/bin/OpenMetaverse.Http.XML +++ b/bin/OpenMetaverse.Http.XML @@ -4,28 +4,6 @@ OpenMetaverse.Http - - - Singleton logging class for the entire library - - - - log4net logging engine - - - - Singleton instance of this class - - - - = - - - Number of times we've received an unknown CAPS exception in series. - - - For exponential backoff on error. - The number of milliseconds to wait before the connection times out and an empty response is sent to the client. This value should be higher @@ -44,6 +22,19 @@ events and never sending a response if there is a constant stream of new events + + + Singleton logging class for the entire library + + + + log4net logging engine + + + + Singleton instance of this class + + Delegate for handling incoming HTTP requests through a capability @@ -53,5 +44,14 @@ HTTP response User-defined state object + + = + + + Number of times we've received an unknown CAPS exception in series. + + + For exponential backoff on error. + -- cgit v1.1