[Modify] Edit it

This commit is contained in:
sta 2017-03-26 15:35:42 +09:00
parent 2f24a3757e
commit fb53fa674e

View File

@ -95,9 +95,13 @@ namespace WebSocketSharp.Server
/// Gets the host instances for the WebSocket services. /// Gets the host instances for the WebSocket services.
/// </summary> /// </summary>
/// <value> /// <value>
/// An <c>IEnumerable&lt;WebSocketServiceHost&gt;</c> instance that /// <para>
/// provides an enumerator which supports the iteration over /// An <c>IEnumerable&lt;WebSocketServiceHost&gt;</c> instance.
/// the collection of the <see cref="WebSocketServiceHost"/> instances. /// </para>
/// <para>
/// It provides an enumerator which supports the iteration over
/// the collection of the host instances.
/// </para>
/// </value> /// </value>
public IEnumerable<WebSocketServiceHost> Hosts { public IEnumerable<WebSocketServiceHost> Hosts {
get { get {