File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
RestSharp/Compression/ZLib Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -188,14 +188,14 @@ public string FileName
188188 }
189189 }
190190
191- /// <summary>
192- /// The last modified time for the GZIP stream.
193- /// </summary>
194- ///
195- /// <remarks> GZIP allows the storage of a last modified time with each GZIP entry.
196- /// When compressing data, you can set this before the first call to Write(). When
197- /// decompressing, you can retrieve this value any time after the first call to
198- /// Read(). </remarks>
191+ // / <summary>
192+ // / The last modified time for the GZIP stream.
193+ // / </summary>
194+ // /
195+ // / <remarks> GZIP allows the storage of a last modified time with each GZIP entry.
196+ // / When compressing data, you can set this before the first call to Write(). When
197+ // / decompressing, you can retrieve this value any time after the first call to
198+ // / Read(). </remarks>
199199 //public DateTime? LastModified;
200200
201201 /// <summary>
You can’t perform that action at this time.
0 commit comments