WebSocketServerWaitTime Property |
Namespace: Sfs2X.WebSocketSharp.Server
public TimeSpan WaitTime { get; set; }
A TimeSpan to wait for the response.
The default value is the same as 1 second.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The value specified for a set operation is zero or less. |