[Modify] Edit it
This commit is contained in:
parent
6ecbffbbf5
commit
ccea8a1616
@ -576,11 +576,12 @@ 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>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="TimeSpan"/> that represents the wait time. The default value is
|
/// A <see cref="TimeSpan"/> that represents the wait time for
|
||||||
/// the same as 1 second.
|
/// the response. The default value is the same as 1 second.
|
||||||
/// </value>
|
/// </value>
|
||||||
public TimeSpan WaitTime {
|
public TimeSpan WaitTime {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user