summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-03-02 16:05:49 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2013-03-02 16:05:49 -0800
commit15997d4073e67ead1493b4133c1858fea09620ff (patch)
tree9f4ca823465cf7b9ed04e063674d3590bb3cf496
parent832b34964bd1732c7fe053c884bc78b6a0f09985 (diff)
downloadDotNetOpenAuth-15997d4073e67ead1493b4133c1858fea09620ff.zip
DotNetOpenAuth-15997d4073e67ead1493b4133c1858fea09620ff.tar.gz
DotNetOpenAuth-15997d4073e67ead1493b4133c1858fea09620ff.tar.bz2
Comment fix
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/TwitterConsumer.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/TwitterConsumer.cs b/samples/DotNetOpenAuth.ApplicationBlock/TwitterConsumer.cs
index 96e59ad..16f1c92 100644
--- a/samples/DotNetOpenAuth.ApplicationBlock/TwitterConsumer.cs
+++ b/samples/DotNetOpenAuth.ApplicationBlock/TwitterConsumer.cs
@@ -118,11 +118,6 @@ namespace DotNetOpenAuth.ApplicationBlock {
/// <returns>
/// The redirect message.
/// </returns>
- /// <remarks>
- /// Call <see cref="OutgoingWebResponse.Send" /> or
- /// <c>return StartSignInWithTwitter().<see cref="MessagingUtilities.AsActionResult">AsActionResult()</see></c>
- /// to actually perform the redirect.
- /// </remarks>
public static async Task<Uri> StartSignInWithTwitterAsync(bool forceNewLogin = false, CancellationToken cancellationToken = default(CancellationToken)) {
var redirectParameters = new Dictionary<string, string>();
if (forceNewLogin) {