[Modify] Edit it
This commit is contained in:
parent
c223c3d2a2
commit
0a3ea71729
@ -251,11 +251,19 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the wait time for the response to the WebSocket Ping or Close.
|
/// Gets or sets the time to wait for the response to the WebSocket Ping or
|
||||||
|
/// Close.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// The set operation does nothing if the server has already started or
|
||||||
|
/// it is shutting down.
|
||||||
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="TimeSpan"/> that represents the wait time for the response.
|
/// A <see cref="TimeSpan"/> to wait for the response.
|
||||||
/// </value>
|
/// </value>
|
||||||
|
/// <exception cref="ArgumentOutOfRangeException">
|
||||||
|
/// The value specified for a set operation is zero or less.
|
||||||
|
/// </exception>
|
||||||
public TimeSpan WaitTime {
|
public TimeSpan WaitTime {
|
||||||
get {
|
get {
|
||||||
return _waitTime;
|
return _waitTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user