|
|
|
@ -244,7 +244,7 @@ namespace WebSocketSharp.Server
|
|
|
|
/// Gets the wait time for the response to the WebSocket Ping or Close.
|
|
|
|
/// Gets the wait time for the response to the WebSocket Ping or Close.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="TimeSpan"/> that represents the wait time.
|
|
|
|
/// A <see cref="TimeSpan"/> that represents the wait time for the response.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public TimeSpan WaitTime {
|
|
|
|
public TimeSpan WaitTime {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|