[Modify] Edit it
This commit is contained in:
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<WebSocketServiceHost></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…
Reference in New Issue
Block a user