[Modify] Edit it
This commit is contained in:
parent
bb18960e07
commit
485baba535
@ -74,11 +74,15 @@ namespace WebSocketSharp.Server
|
||||
DateTime StartTime { get; }
|
||||
|
||||
/// <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>
|
||||
/// <value>
|
||||
/// One of the <see cref="WebSocketState"/> enum values, indicates the state of
|
||||
/// the <see cref="WebSocket"/> used in the session.
|
||||
/// <para>
|
||||
/// One of the <see cref="WebSocketState"/> enum values.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// It indicates the current state of the connection.
|
||||
/// </para>
|
||||
/// </value>
|
||||
WebSocketState State { get; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user