[Modify] Edit it

This commit is contained in:
sta 2017-09-07 20:15:07 +09:00
parent c9291b1712
commit 0cb310e0aa

View File

@ -90,11 +90,16 @@ namespace WebSocketSharp.Server
#region Public Properties
/// <summary>
/// Gets the IDs for the active sessions in the Websocket service.
/// Gets the IDs for the active sessions in the WebSocket service.
/// </summary>
/// <value>
/// An <c>IEnumerable&lt;string&gt;</c> instance that provides an enumerator which
/// supports the iteration over the collection of the IDs for the active sessions.
/// <para>
/// An <c>IEnumerable&lt;string&gt;</c> instance.
/// </para>
/// <para>
/// It provides an enumerator which supports the iteration over
/// the collection of the IDs for the active sessions.
/// </para>
/// </value>
public IEnumerable<string> ActiveIDs {
get {