[Modify] Edit it

This commit is contained in:
sta 2017-02-20 17:28:40 +09:00
parent 8a4e7d33e0
commit a8241034ce

View File

@ -629,10 +629,17 @@ namespace WebSocketSharp.Server
/// Gets or sets the wait time 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.
/// </remarks>
/// <value>
/// A <see cref="TimeSpan"/> that represents the wait time for
/// the response. The default value is the same as 1 second.
/// </value>
/// <exception cref="ArgumentException">
/// The value specified for a set operation is zero or less.
/// </exception>
public TimeSpan WaitTime {
get {
return _services.WaitTime;