diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-05-06 22:24:50 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-05-06 22:24:50 -0700 |
commit | d7e07694026888ae40254ee8468e40afe0ffee56 (patch) | |
tree | a10fdfb539b8481eea7d3400e70b85c6e8d6aa43 /samples/DotNetOpenAuth.ApplicationBlock | |
parent | 0d17e6bbbd119520269716fb5de7db36a1a28683 (diff) | |
parent | 031ef0e5f8111bc5e1c157b8159d2b9e28b4eda3 (diff) | |
download | DotNetOpenAuth-d7e07694026888ae40254ee8468e40afe0ffee56.zip DotNetOpenAuth-d7e07694026888ae40254ee8468e40afe0ffee56.tar.gz DotNetOpenAuth-d7e07694026888ae40254ee8468e40afe0ffee56.tar.bz2 |
Merge branch 'v3.4' into oauth2
Conflicts:
samples/OAuthServiceProvider/Code/Global.cs
src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd
src/DotNetOpenAuth/DotNetOpenAuth.csproj
src/DotNetOpenAuth/Messaging/Channel.cs
src/version.txt
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/Util.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/Util.cs b/samples/DotNetOpenAuth.ApplicationBlock/Util.cs index 4b4113d..0bec372 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/Util.cs +++ b/samples/DotNetOpenAuth.ApplicationBlock/Util.cs @@ -124,7 +124,7 @@ private readonly Action<HttpWebRequest> action; /// <summary> - /// Initializes a new instance of the <see cref="Util.WrappingWebRequestHandler"/> class. + /// Initializes a new instance of the <see cref="WrappingWebRequestHandler"/> class. /// </summary> /// <param name="wrappedHandler">The HTTP handler to wrap.</param> /// <param name="action">The action to perform on outgoing HTTP requests.</param> |