[Modify] Edit it
This commit is contained in:
parent
c9291b1712
commit
0cb310e0aa
@ -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<string></c> instance that provides an enumerator which
|
/// <para>
|
||||||
/// supports the iteration over the collection of the IDs for the active sessions.
|
/// An <c>IEnumerable<string></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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user