[Modify] Edit it

master
sta 9 years ago
parent 0bb8cb97e0
commit 90750b69ce

@ -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 {

Loading…
Cancel
Save