[Modify] Edit it
This commit is contained in:
parent
d8f20980f2
commit
4fec8d0c15
@ -155,9 +155,16 @@ namespace WebSocketSharp.Server
|
|||||||
/// <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>
|
||||||
|
/// 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"/> that represents the wait time for the response.
|
||||||
/// </value>
|
/// </value>
|
||||||
|
/// <exception cref="ArgumentException">
|
||||||
|
/// The value specified for a set operation is zero or less.
|
||||||
|
/// </exception>
|
||||||
public TimeSpan WaitTime {
|
public TimeSpan WaitTime {
|
||||||
get {
|
get {
|
||||||
return _sessions.WaitTime;
|
return _sessions.WaitTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user