File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -150,19 +150,21 @@ public Encoding ContentEncoding {
150150 }
151151
152152 /// <summary>
153- /// Gets or sets the number of bytes in the entity body data included in the response.
153+ /// Gets or sets the number of bytes in the entity body data included in
154+ /// the response.
154155 /// </summary>
155156 /// <value>
156- /// A <see cref="long"/> that represents the value of the Content-Length entity-header.
157+ /// A <see cref="long"/> that represents the value of the Content-Length
158+ /// header.
157159 /// </value>
158160 /// <exception cref="ArgumentOutOfRangeException">
159161 /// The value specified for a set operation is less than zero.
160162 /// </exception>
161163 /// <exception cref="InvalidOperationException">
162- /// The response has already been sent.
164+ /// The response is already being sent.
163165 /// </exception>
164166 /// <exception cref="ObjectDisposedException">
165- /// This object is closed.
167+ /// This instance is closed.
166168 /// </exception>
167169 public long ContentLength64 {
168170 get {
You can’t perform that action at this time.
0 commit comments