diff options
Diffstat (limited to 'src/DotNetOAuth/MessageTransport.cs')
-rw-r--r-- | src/DotNetOAuth/MessageTransport.cs | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/DotNetOAuth/MessageTransport.cs b/src/DotNetOAuth/MessageTransport.cs index 4097cba..5e08197 100644 --- a/src/DotNetOAuth/MessageTransport.cs +++ b/src/DotNetOAuth/MessageTransport.cs @@ -1,7 +1,8 @@ -using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
+//-----------------------------------------------------------------------
+// <copyright file="MessageTransport.cs" company="Andrew Arnott">
+// Copyright (c) Andrew Arnott. All rights reserved.
+// </copyright>
+//-----------------------------------------------------------------------
namespace DotNetOAuth {
/// <summary>
@@ -12,6 +13,7 @@ namespace DotNetOAuth { /// A message that is sent directly from the Consumer to the Service Provider, or vice versa.
/// </summary>
Direct,
+
/// <summary>
/// A message that is sent from one party to another via a redirect in the user agent.
/// </summary>
|