summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/StandardWebRequestHandler.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-20 19:18:00 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-20 19:18:00 -0700
commitf7fa44d6001b0c104cbf209cd7455e536e02cbe9 (patch)
treef6739f0963a031b3d7155719a7dd302bab383666 /src/DotNetOAuth/StandardWebRequestHandler.cs
parentc9304587876374c2866f44135cf24372f432a77d (diff)
parentf7326ec97ead94425cf8b22d0aea5f7bf67ebc8f (diff)
downloadDotNetOpenAuth-f7fa44d6001b0c104cbf209cd7455e536e02cbe9.zip
DotNetOpenAuth-f7fa44d6001b0c104cbf209cd7455e536e02cbe9.tar.gz
DotNetOpenAuth-f7fa44d6001b0c104cbf209cd7455e536e02cbe9.tar.bz2
Merge branch 'sersync'
Diffstat (limited to 'src/DotNetOAuth/StandardWebRequestHandler.cs')
-rw-r--r--src/DotNetOAuth/StandardWebRequestHandler.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DotNetOAuth/StandardWebRequestHandler.cs b/src/DotNetOAuth/StandardWebRequestHandler.cs
index 715da72..d56562b 100644
--- a/src/DotNetOAuth/StandardWebRequestHandler.cs
+++ b/src/DotNetOAuth/StandardWebRequestHandler.cs
@@ -18,7 +18,8 @@ namespace DotNetOAuth {
#region IWebRequestHandler Members
/// <summary>
- /// Prepares an <see cref="HttpWebRequest"/> that contains an POST entity for sending the entity.
+ /// Prepares a POST <see cref="HttpWebRequest"/> and returns the request stream
+ /// for writing out the POST entity data.
/// </summary>
/// <param name="request">The <see cref="HttpWebRequest"/> that should contain the entity.</param>
/// <returns>The stream the caller should write out the entity data to.</returns>