[Modify] Edit it

master
sta 8 years ago
parent cd0227e845
commit cea3ac8a81

@ -141,11 +141,16 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Gets the IDs for the inactive sessions in the Websocket service.
/// Gets the IDs for the inactive sessions in the WebSocket service.
/// </summary>
/// <value>
/// An <c>IEnumerable&lt;string&gt;</c> instance that provides an enumerator which
/// supports the iteration over the collection of the IDs for the inactive sessions.
/// <para>
/// 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 inactive sessions.
/// </para>
/// </value>
public IEnumerable<string> InactiveIDs {
get {

Loading…
Cancel
Save