[Modify] Edit it
This commit is contained in:
parent
544df68e13
commit
b5813ce2ab
@ -232,11 +232,16 @@ namespace WebSocketSharp.Server
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the sessions in the Websocket service.
|
||||
/// Gets the session instances in the WebSocket service.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// An <c>IEnumerable<IWebSocketSession></c> instance that provides an enumerator
|
||||
/// which supports the iteration over the collection of the sessions in the service.
|
||||
/// <para>
|
||||
/// 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>
|
||||
public IEnumerable<IWebSocketSession> Sessions {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user