[Modify] Edit it

This commit is contained in:
sta 2017-03-21 18:21:55 +09:00
parent 0bb8cb97e0
commit 90750b69ce

View File

@ -92,11 +92,12 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets the host instances for the Websocket services. /// Gets the WebSocket service hosts.
/// </summary> /// </summary>
/// <value> /// <value>
/// An <c>IEnumerable&lt;WebSocketServiceHost&gt;</c> instance that provides an enumerator /// An <see cref="T:System.Collections.Generic.IEnumerable{WebSocketServiceHost}"/>
/// which supports the iteration over the collection of the host instances for the services. /// instance that provides an enumerator which supports the iteration over
/// the collection of the <see cref="WebSocketServiceHost"/> instances.
/// </value> /// </value>
public IEnumerable<WebSocketServiceHost> Hosts { public IEnumerable<WebSocketServiceHost> Hosts {
get { get {