summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/Reporting.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/Reporting.cs b/src/DotNetOpenAuth/Reporting.cs
index 51b8b1f..9d066e9 100644
--- a/src/DotNetOpenAuth/Reporting.cs
+++ b/src/DotNetOpenAuth/Reporting.cs
@@ -350,6 +350,10 @@ namespace DotNetOpenAuth {
}
}
+ /// <summary>
+ /// Gets or sets the name of the file.
+ /// </summary>
+ /// <value>The name of the file.</value>
internal string FileName { get; private set; }
#region IDisposable Members