[Modify] Edit it

This commit is contained in:
sta 2017-06-06 15:57:40 +09:00
parent 2b35412580
commit 3ea6fc3d14

View File

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