summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Reporting.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Core/Reporting.cs')
-rw-r--r--src/DotNetOpenAuth.Core/Reporting.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Core/Reporting.cs b/src/DotNetOpenAuth.Core/Reporting.cs
index 20aeddc..432a833 100644
--- a/src/DotNetOpenAuth.Core/Reporting.cs
+++ b/src/DotNetOpenAuth.Core/Reporting.cs
@@ -370,6 +370,7 @@ namespace DotNetOpenAuth {
/// <summary>
/// Creates an HTTP client that can be used for outbound HTTP requests.
/// </summary>
+ /// <returns>The HTTP client to use.</returns>
private static HttpClient CreateHttpClient() {
var channel = new HttpClientHandler();
channel.AllowAutoRedirect = false;