summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ChannelElements/IOAuthDirectedMessage.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-10-23 19:52:59 -0700
committerAndrew <andrewarnott@gmail.com>2008-10-23 19:52:59 -0700
commit38c7d25878550429583558f5c907e34fb094fb68 (patch)
treec6edc9ee32d6d2031202040ac18cd2d288b3bb83 /src/DotNetOAuth/ChannelElements/IOAuthDirectedMessage.cs
parent7ba9649126a7b802e348fbe210383fabc2898659 (diff)
downloadDotNetOpenAuth-38c7d25878550429583558f5c907e34fb094fb68.zip
DotNetOpenAuth-38c7d25878550429583558f5c907e34fb094fb68.tar.gz
DotNetOpenAuth-38c7d25878550429583558f5c907e34fb094fb68.tar.bz2
Applied FxCop fixes.
Diffstat (limited to 'src/DotNetOAuth/ChannelElements/IOAuthDirectedMessage.cs')
-rw-r--r--src/DotNetOAuth/ChannelElements/IOAuthDirectedMessage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/ChannelElements/IOAuthDirectedMessage.cs b/src/DotNetOAuth/ChannelElements/IOAuthDirectedMessage.cs
index a6117d0..012701f 100644
--- a/src/DotNetOAuth/ChannelElements/IOAuthDirectedMessage.cs
+++ b/src/DotNetOAuth/ChannelElements/IOAuthDirectedMessage.cs
@@ -15,7 +15,7 @@ namespace DotNetOAuth.ChannelElements {
/// <summary>
/// Gets the preferred method of transport for the message.
/// </summary>
- HttpDeliveryMethod HttpMethods { get; }
+ HttpDeliveryMethods HttpMethods { get; }
/// <summary>
/// Gets or sets the URL of the intended receiver of this message.