diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-25 07:39:41 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-25 07:39:41 -0700 |
commit | 0af634db187612b552b7fb257580e7503227b10d (patch) | |
tree | 2cc0a4be6ad33248f5d9dac5e62d44bbc479a8ea /samples/OAuthServiceProvider/OAuth2.ashx.cs | |
parent | b9eefbf320f9bff41bc874001cc468b0fa68ddf6 (diff) | |
download | DotNetOpenAuth-0af634db187612b552b7fb257580e7503227b10d.zip DotNetOpenAuth-0af634db187612b552b7fb257580e7503227b10d.tar.gz DotNetOpenAuth-0af634db187612b552b7fb257580e7503227b10d.tar.bz2 |
Renamed the OAuthWrap namespaces to be OAuth2.
Diffstat (limited to 'samples/OAuthServiceProvider/OAuth2.ashx.cs')
-rw-r--r-- | samples/OAuthServiceProvider/OAuth2.ashx.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthServiceProvider/OAuth2.ashx.cs b/samples/OAuthServiceProvider/OAuth2.ashx.cs index 272502c..259803a 100644 --- a/samples/OAuthServiceProvider/OAuth2.ashx.cs +++ b/samples/OAuthServiceProvider/OAuth2.ashx.cs @@ -7,7 +7,7 @@ using System.Web.SessionState; using Code; using DotNetOpenAuth.Messaging; - using DotNetOpenAuth.OAuthWrap; + using DotNetOpenAuth.OAuth2; public class OAuth2 : IHttpHandler, IRequiresSessionState { /// <summary> |