[Modify] Edit it
This commit is contained in:
		@@ -141,11 +141,16 @@ namespace WebSocketSharp.Server
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Gets the IDs for the inactive sessions in the Websocket service.
 | 
					    /// Gets the IDs for the inactive 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 inactive 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 inactive sessions.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
    /// </value>
 | 
					    /// </value>
 | 
				
			||||||
    public IEnumerable<string> InactiveIDs {
 | 
					    public IEnumerable<string> InactiveIDs {
 | 
				
			||||||
      get {
 | 
					      get {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user