[Modify] Edit it

This commit is contained in:
sta 2021-10-04 20:10:43 +09:00
parent f9380683f8
commit 163fc26bfc

View File

@ -253,15 +253,20 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets the time to wait for the response to the WebSocket Ping or /// Gets or sets the time to wait for the response to the WebSocket Ping
/// Close. /// or Close.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The set operation does nothing if the server has already started or /// The set operation does nothing if the server has already started or
/// it is shutting down. /// it is shutting down.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// A <see cref="TimeSpan"/> to wait for the response. /// <para>
/// A <see cref="TimeSpan"/> to wait for the response.
/// </para>
/// <para>
/// The default value is the same as 1 second.
/// </para>
/// </value> /// </value>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// The value specified for a set operation is zero or less. /// The value specified for a set operation is zero or less.