aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Http/src/IConnectionInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net.Http/src/IConnectionInfo.cs')
-rw-r--r--lib/Net.Http/src/IConnectionInfo.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Net.Http/src/IConnectionInfo.cs b/lib/Net.Http/src/IConnectionInfo.cs
index 2549240..6cdb480 100644
--- a/lib/Net.Http/src/IConnectionInfo.cs
+++ b/lib/Net.Http/src/IConnectionInfo.cs
@@ -93,9 +93,10 @@ namespace VNLib.Net.Http
Uri? Referer { get; }
/// <summary>
- /// The parsed range header, or -1,-1 if the range header was not set
+ /// The parsed range header, check the <see cref="HttpRange.RangeType"/>
+ /// to determine if the range has been set
/// </summary>
- Tuple<long, long>? Range { get; }
+ HttpRange Range { get; }
/// <summary>
/// The server endpoint that accepted the connection