Skip to content

Commit 53aaee9

Browse files
committed
[Modify] Edit it
1 parent f019945 commit 53aaee9

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

websocket-sharp/Net/HttpListenerResponse.cs

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,17 +266,23 @@ public WebHeaderCollection Headers {
266266
}
267267

268268
/// <summary>
269-
/// Gets or sets a value indicating whether the server requests a persistent connection.
269+
/// Gets or sets a value indicating whether the server requests
270+
/// a persistent connection.
270271
/// </summary>
271272
/// <value>
272-
/// <c>true</c> if the server requests a persistent connection; otherwise, <c>false</c>.
273-
/// The default value is <c>true</c>.
273+
/// <para>
274+
/// <c>true</c> if the server requests a persistent connection;
275+
/// otherwise, <c>false</c>.
276+
/// </para>
277+
/// <para>
278+
/// The default value is <c>true</c>.
279+
/// </para>
274280
/// </value>
275281
/// <exception cref="InvalidOperationException">
276-
/// The response has already been sent.
282+
/// The response is already being sent.
277283
/// </exception>
278284
/// <exception cref="ObjectDisposedException">
279-
/// This object is closed.
285+
/// This instance is closed.
280286
/// </exception>
281287
public bool KeepAlive {
282288
get {

0 commit comments

Comments
 (0)