[Modify] Edit it

This commit is contained in:
sta 2017-02-26 18:16:00 +09:00
parent c5ce495a30
commit 2dd5c2e4ba

View File

@ -154,14 +154,16 @@ 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 Close. /// Gets or sets the wait time for the response to the WebSocket Ping 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 service has already started or
/// it is shutting down. /// it is shutting down.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// A <see cref="TimeSpan"/> that represents the wait time for the response. /// A <see cref="TimeSpan"/> that represents the wait time for
/// the response.
/// </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.