Skip to content

Commit ccd4b85

Browse files
committed
[Modify] Edit it
1 parent d0c51a3 commit ccd4b85

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

websocket-sharp/Net/HttpListenerResponse.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)