[Modify] Edit it
This commit is contained in:
parent
dd58c690a0
commit
926a51c611
@ -687,12 +687,12 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the time to wait for the response to
|
/// Gets or sets the time to wait for the response to the WebSocket Ping or
|
||||||
/// the WebSocket Ping or Close.
|
/// Close.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The set operation does nothing if the server has already
|
/// The set operation does nothing if the server has already started or
|
||||||
/// started or it is shutting down.
|
/// it is shutting down.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -702,7 +702,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// The default value is the same as 1 second.
|
/// The default value is the same as 1 second.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user