[Modify] Edit it

This commit is contained in:
sta 2021-05-02 21:48:24 +09:00
parent 4501a95181
commit 15d5caf822

View File

@ -267,12 +267,17 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the listener returns exceptions that occur when /// Gets or sets a value indicating whether the listener returns
/// sending the response to the client. /// exceptions that occur when sending the response to the client.
/// </summary> /// </summary>
/// <value> /// <value>
/// <c>true</c> if the listener shouldn't return those exceptions; otherwise, <c>false</c>. /// <para>
/// <c>true</c> if the listener should not return those exceptions;
/// otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>false</c>. /// The default value is <c>false</c>.
/// </para>
/// </value> /// </value>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This listener has been closed. /// This listener has been closed.