[Modify] Edit it

This commit is contained in:
sta 2021-10-07 19:25:53 +09:00
parent e91ec7a025
commit 87682067ce

View File

@ -87,7 +87,7 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets the host instances for the WebSocket services. /// Gets the service host instances for the WebSocket services.
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
@ -95,7 +95,7 @@ namespace WebSocketSharp.Server
/// </para> /// </para>
/// <para> /// <para>
/// It provides an enumerator which supports the iteration over /// It provides an enumerator which supports the iteration over
/// the collection of the host instances. /// the collection of the service host instances.
/// </para> /// </para>
/// </value> /// </value>
public IEnumerable<WebSocketServiceHost> Hosts { public IEnumerable<WebSocketServiceHost> Hosts {