summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Protocol.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-03 17:11:54 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-03 17:11:54 -0700
commitefb71eb0514b352ed3fdbad75a8e8d885a94ce05 (patch)
treea7769fbcbb98f3cd782730458360539a416cb1ae /src/DotNetOAuth/Protocol.cs
parente8a2ce8cbe1c544514019a32c8fcf3ecfc6f71f3 (diff)
downloadDotNetOpenAuth-efb71eb0514b352ed3fdbad75a8e8d885a94ce05.zip
DotNetOpenAuth-efb71eb0514b352ed3fdbad75a8e8d885a94ce05.tar.gz
DotNetOpenAuth-efb71eb0514b352ed3fdbad75a8e8d885a94ce05.tar.bz2
more test work, and fixed bug in Protocol.Default
Diffstat (limited to 'src/DotNetOAuth/Protocol.cs')
-rw-r--r--src/DotNetOAuth/Protocol.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/Protocol.cs b/src/DotNetOAuth/Protocol.cs
index db26a9f..be76e2a 100644
--- a/src/DotNetOAuth/Protocol.cs
+++ b/src/DotNetOAuth/Protocol.cs
@@ -22,7 +22,7 @@ namespace DotNetOAuth {
/// <summary>
/// Gets the default <see cref="Protocol"/> instance.
/// </summary>
- internal static readonly Protocol Default = V10;
+ internal static Protocol Default { get { return V10; } }
/// <summary>
/// The namespace to use for V1.0 of the protocol.