[Modify] Edit it

This commit is contained in:
sta 2017-09-21 19:47:24 +09:00
parent b4a9272f2a
commit 4c57ccfdbf

View File

@ -651,12 +651,12 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Gets or sets the time to wait 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>
/// <remarks>
/// The set operation does nothing if the server has
/// already started or it is shutting down.
/// The set operation does nothing if the server has already started or
/// it is shutting down.
/// </remarks>
/// <value>
/// <para>
@ -666,7 +666,7 @@ namespace WebSocketSharp.Server
/// The default value is the same as 1 second.
/// </para>
/// </value>
/// <exception cref="ArgumentException">
/// <exception cref="ArgumentOutOfRangeException">
/// The value specified for a set operation is zero or less.
/// </exception>
public TimeSpan WaitTime {