[Modify] Edit it

This commit is contained in:
sta 2017-10-30 16:15:52 +09:00
parent 34e9353962
commit bcf8c87d62

View File

@ -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 {