[Modify] Edit it

This commit is contained in:
sta 2017-09-10 20:00:42 +09:00
parent 49a4c40de6
commit 29c6bb4745

View File

@ -125,11 +125,16 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets the IDs for the sessions in the Websocket service. /// Gets the IDs for the 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 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 sessions.
/// </para>
/// </value> /// </value>
public IEnumerable<string> IDs { public IEnumerable<string> IDs {
get { get {