[Modify] Edit it

This commit is contained in:
sta 2017-09-17 14:27:59 +09:00
parent 0a4bca857d
commit c3ddedab8e

View File

@ -164,7 +164,7 @@ namespace WebSocketSharp.Server
public abstract Type BehaviorType { get; } public abstract Type BehaviorType { get; }
/// <summary> /// <summary>
/// Gets or sets the wait time for the response to the WebSocket Ping or /// Gets or sets the time to wait for the response to the WebSocket Ping or
/// Close. /// Close.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
@ -172,10 +172,9 @@ namespace WebSocketSharp.Server
/// it is shutting down. /// it is shutting down.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// A <see cref="TimeSpan"/> that represents the wait time for /// A <see cref="TimeSpan"/> to wait for the response.
/// the response.
/// </value> /// </value>
/// <exception cref="ArgumentException"> /// <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.
/// </exception> /// </exception>
public TimeSpan WaitTime { public TimeSpan WaitTime {