summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/HttpRequestInfo.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-10 14:41:29 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-10 14:41:29 -0700
commit9a4d199c6397d2ce3d42e819f433c319a1f3ad20 (patch)
treed4e10af93c70f3f4f34a1aa114c48e48ffa4cdee /src/DotNetOAuth/Messaging/HttpRequestInfo.cs
parent08c9922ce58fc07ce3764b6229b10225c7f9bd89 (diff)
downloadDotNetOpenAuth-9a4d199c6397d2ce3d42e819f433c319a1f3ad20.zip
DotNetOpenAuth-9a4d199c6397d2ce3d42e819f433c319a1f3ad20.tar.gz
DotNetOpenAuth-9a4d199c6397d2ce3d42e819f433c319a1f3ad20.tar.bz2
Great code coverage everywhere we care except for OAuthProtocol and OAuthMessageTypeProvider.
Diffstat (limited to 'src/DotNetOAuth/Messaging/HttpRequestInfo.cs')
-rw-r--r--src/DotNetOAuth/Messaging/HttpRequestInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/Messaging/HttpRequestInfo.cs b/src/DotNetOAuth/Messaging/HttpRequestInfo.cs
index e4aabb8..9a583c0 100644
--- a/src/DotNetOAuth/Messaging/HttpRequestInfo.cs
+++ b/src/DotNetOAuth/Messaging/HttpRequestInfo.cs
@@ -7,10 +7,10 @@
namespace DotNetOAuth.Messaging {
using System;
using System.Collections.Specialized;
+ using System.Diagnostics;
using System.IO;
using System.Net;
using System.Web;
- using System.Diagnostics;
/// <summary>
/// A property store of details of an incoming HTTP request.