WebSocketWaitTime Property |
Namespace: Sfs2X.WebSocketSharp
public TimeSpan WaitTime { get; set; }
A TimeSpan to wait for the response.
The default value is the same as 5 seconds if this instance is a client.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The value specified for a set operation is zero or less. |