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