|
|
|
@ -541,8 +541,9 @@ namespace WebSocketSharp
|
|
|
|
/// Gets the state of the WebSocket connection.
|
|
|
|
/// Gets the state of the WebSocket connection.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// One of the <see cref="WebSocketState"/> enum values, indicates the state of the connection.
|
|
|
|
/// One of the <see cref="WebSocketState"/> enum values that indicates
|
|
|
|
/// The default value is <see cref="WebSocketState.Connecting"/>.
|
|
|
|
/// the current state of the connection. The default value is
|
|
|
|
|
|
|
|
/// <see cref="WebSocketState.Connecting"/>.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public WebSocketState ReadyState {
|
|
|
|
public WebSocketState ReadyState {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|