[Modify] Edit it
This commit is contained in:
parent
34e9353962
commit
bcf8c87d62
@ -639,12 +639,18 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the state of the WebSocket connection.
|
/// Gets the current state of the connection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// One of the <see cref="WebSocketState"/> enum values that indicates
|
/// <para>
|
||||||
/// the current state of the connection. The default value is
|
/// One of the <see cref="WebSocketState"/> enum values.
|
||||||
/// <see cref="WebSocketState.Connecting"/>.
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// It indicates the current state of the connection.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The default value is <see cref="WebSocketState.Connecting"/>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public WebSocketState ReadyState {
|
public WebSocketState ReadyState {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user