[Modify] Edit it

This commit is contained in:
sta 2018-06-25 19:36:04 +09:00
parent bb18960e07
commit 485baba535

View File

@ -74,11 +74,15 @@ namespace WebSocketSharp.Server
DateTime StartTime { get; } DateTime StartTime { get; }
/// <summary> /// <summary>
/// Gets the state of the <see cref="WebSocket"/> used in the session. /// Gets the current state of the WebSocket connection for the session.
/// </summary> /// </summary>
/// <value> /// <value>
/// One of the <see cref="WebSocketState"/> enum values, indicates the state of /// <para>
/// the <see cref="WebSocket"/> used in the session. /// One of the <see cref="WebSocketState"/> enum values.
/// </para>
/// <para>
/// It indicates the current state of the connection.
/// </para>
/// </value> /// </value>
WebSocketState State { get; } WebSocketState State { get; }