[Modify] Edit it

This commit is contained in:
sta 2018-06-06 19:46:53 +09:00
parent 607d161345
commit 9fb86b2adc

View File

@ -288,11 +288,19 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Gets the state of the <see cref="WebSocket"/> used in a session.
/// Gets the current state of the WebSocket connection for a session.
/// </summary>
/// <value>
/// One of the <see cref="WebSocketState"/> enum values, indicates the state of
/// the <see cref="WebSocket"/>.
/// <para>
/// One of the <see cref="WebSocketState"/> enum values.
/// </para>
/// <para>
/// It indicates the current state of the connection.
/// </para>
/// <para>
/// <see cref="WebSocketState.Connecting"/> if the session has not
/// started yet.
/// </para>
/// </value>
public WebSocketState State {
get {