[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 #region Public Properties
/// <summary> /// <summary>
/// Gets the IDs for the active sessions in the Websocket service. /// Gets the IDs for the active sessions in the WebSocket service.
/// </summary> /// </summary>
/// <value> /// <value>
/// An <c>IEnumerable&lt;string&gt;</c> instance that provides an enumerator which /// <para>
/// supports the iteration over the collection of the IDs for the active sessions. /// 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> /// </value>
public IEnumerable<string> ActiveIDs { public IEnumerable<string> ActiveIDs {
get { get {