|
|
|
|
@ -125,11 +125,16 @@ namespace WebSocketSharp.Server
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the IDs for the sessions in the Websocket service.
|
|
|
|
|
/// Gets the IDs for the sessions in the WebSocket service.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>
|
|
|
|
|
/// An <c>IEnumerable<string></c> instance that provides an enumerator which
|
|
|
|
|
/// supports the iteration over the collection of the IDs for the sessions.
|
|
|
|
|
/// <para>
|
|
|
|
|
/// An <c>IEnumerable<string></c> instance.
|
|
|
|
|
/// </para>
|
|
|
|
|
/// <para>
|
|
|
|
|
/// It provides an enumerator which supports the iteration over
|
|
|
|
|
/// the collection of the IDs for the sessions.
|
|
|
|
|
/// </para>
|
|
|
|
|
/// </value>
|
|
|
|
|
public IEnumerable<string> IDs {
|
|
|
|
|
get {
|
|
|
|
|
|