[Modify] Edit it

master
sta 8 years ago
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…
Cancel
Save