File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments