[Modify] Edit it
This commit is contained in:
parent
0bb8cb97e0
commit
90750b69ce
@ -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<WebSocketServiceHost></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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user