summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/IProtocolMessageRequest.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-01 16:06:01 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-01 16:06:01 -0700
commit4e83c2d321f57cac5e5605097faf15bf1b46efa5 (patch)
tree3bb5c8dff9b56f1fd2e621417c0a2efcee94adbb /src/DotNetOAuth/IProtocolMessageRequest.cs
parentd5fb1dbbc8388eac763ef85310097a618ff90437 (diff)
downloadDotNetOpenAuth-4e83c2d321f57cac5e5605097faf15bf1b46efa5.zip
DotNetOpenAuth-4e83c2d321f57cac5e5605097faf15bf1b46efa5.tar.gz
DotNetOpenAuth-4e83c2d321f57cac5e5605097faf15bf1b46efa5.tar.bz2
Lots of StyleCop changes.
Diffstat (limited to 'src/DotNetOAuth/IProtocolMessageRequest.cs')
-rw-r--r--src/DotNetOAuth/IProtocolMessageRequest.cs12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/DotNetOAuth/IProtocolMessageRequest.cs b/src/DotNetOAuth/IProtocolMessageRequest.cs
index 5d38b41..61dfddc 100644
--- a/src/DotNetOAuth/IProtocolMessageRequest.cs
+++ b/src/DotNetOAuth/IProtocolMessageRequest.cs
@@ -1,12 +1,18 @@
-namespace DotNetOAuth {
+//-----------------------------------------------------------------------
+// <copyright file="IProtocolMessageRequest.cs" company="Andrew Arnott">
+// Copyright (c) Andrew Arnott. All rights reserved.
+// </copyright>
+//-----------------------------------------------------------------------
+
+namespace DotNetOAuth {
using System;
/// <summary>
/// Implemented by messages that are sent as requests.
/// </summary>
- interface IProtocolMessageRequest : IProtocolMessage {
+ internal interface IProtocolMessageRequest : IProtocolMessage {
/// <summary>
- /// The URL of the intended receiver of this message.
+ /// Gets or sets the URL of the intended receiver of this message.
/// </summary>
Uri Recipient {
get;