|
|
|
@ -660,7 +660,7 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the wait time for the response to
|
|
|
|
/// Gets or sets the time to wait for the response to
|
|
|
|
/// the WebSocket Ping or Close.
|
|
|
|
/// the WebSocket Ping or Close.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
@ -668,8 +668,12 @@ namespace WebSocketSharp.Server
|
|
|
|
/// started or it is shutting down.
|
|
|
|
/// started or it is shutting down.
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="TimeSpan"/> that represents the wait time for
|
|
|
|
/// <para>
|
|
|
|
/// the response. The default value is the same as 1 second.
|
|
|
|
/// A <see cref="TimeSpan"/> to wait for the response.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// The default value is the same as 1 second.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </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.
|
|
|
|
|