[Modify] Edit it
This commit is contained in:
parent
4501a95181
commit
15d5caf822
@ -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>
|
||||||
/// The default value is <c>false</c>.
|
/// <c>true</c> if the listener should not return those exceptions;
|
||||||
|
/// otherwise, <c>false</c>.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user