[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>
/// Gets the host instances for the Websocket services.
/// Gets the WebSocket service hosts.
/// </summary>
/// <value>
/// An <c>IEnumerable&lt;WebSocketServiceHost&gt;</c> instance that provides an enumerator
/// which supports the iteration over the collection of the host instances for the services.
/// An <see cref="T:System.Collections.Generic.IEnumerable{WebSocketServiceHost}"/>
/// instance that provides an enumerator which supports the iteration over
/// the collection of the <see cref="WebSocketServiceHost"/> instances.
/// </value>
public IEnumerable<WebSocketServiceHost> Hosts {
get {