File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -270,11 +270,19 @@ public IEnumerable<IWebSocketSession> Sessions {
270
270
}
271
271
272
272
/// <summary>
273
- /// Gets the wait time for the response to the WebSocket Ping or Close.
273
+ /// Gets or sets the time to wait for the response to the WebSocket Ping or
274
+ /// Close.
274
275
/// </summary>
276
+ /// <remarks>
277
+ /// The set operation does nothing if the service has already started or
278
+ /// it is shutting down.
279
+ /// </remarks>
275
280
/// <value>
276
- /// A <see cref="TimeSpan"/> that represents the wait time .
281
+ /// A <see cref="TimeSpan"/> to wait for the response .
277
282
/// </value>
283
+ /// <exception cref="ArgumentOutOfRangeException">
284
+ /// The value specified for a set operation is zero or less.
285
+ /// </exception>
278
286
public TimeSpan WaitTime {
279
287
get {
280
288
return _waitTime ;
You can’t perform that action at this time.
0 commit comments