summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-04-13 22:27:54 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-04-13 22:27:54 -0700
commitfd3084dd35f7f6ae546d7b1e63ce5a960811fdd0 (patch)
treee42fb8ce017afd905a5e373c13ae0214372bf513 /src/DotNetOpenAuth.OAuth2.Client
parent1be87916ca66b4b847c86ae38f07637847fc01bd (diff)
downloadDotNetOpenAuth-origin/DNOA.Messaging.Portable.zip
DotNetOpenAuth-origin/DNOA.Messaging.Portable.tar.gz
DotNetOpenAuth-origin/DNOA.Messaging.Portable.tar.bz2
Compiler warning fixes.origin/DNOA.Messaging.Portable
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.Client')
-rw-r--r--src/DotNetOpenAuth.OAuth2.Client/OAuth2/ChannelElements/OAuth2ClientChannel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.Client/OAuth2/ChannelElements/OAuth2ClientChannel.cs b/src/DotNetOpenAuth.OAuth2.Client/OAuth2/ChannelElements/OAuth2ClientChannel.cs
index 9a560c2..fdec216 100644
--- a/src/DotNetOpenAuth.OAuth2.Client/OAuth2/ChannelElements/OAuth2ClientChannel.cs
+++ b/src/DotNetOpenAuth.OAuth2.Client/OAuth2/ChannelElements/OAuth2ClientChannel.cs
@@ -69,7 +69,7 @@ namespace DotNetOpenAuth.OAuth2.ChannelElements {
/// The <see cref="HttpWebRequest"/> prepared to send the request.
/// </returns>
/// <remarks>
- /// This method must be overridden by a derived class, unless the <see cref="Channel.RequestCoreAsync"/> method
+ /// This method must be overridden by a derived class, unless the <see cref="ChannelBase.RequestCoreAsync"/> method
/// is overridden and does not require this method.
/// </remarks>
protected override HttpRequestMessage CreateHttpRequest(IDirectedProtocolMessage request) {