[Modify] Edit it
This commit is contained in:
parent
e91ec7a025
commit
87682067ce
@ -87,7 +87,7 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the host instances for the WebSocket services.
|
/// Gets the service host instances for the WebSocket services.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -95,7 +95,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// It provides an enumerator which supports the iteration over
|
/// It provides an enumerator which supports the iteration over
|
||||||
/// the collection of the host instances.
|
/// the collection of the service host instances.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public IEnumerable<WebSocketServiceHost> Hosts {
|
public IEnumerable<WebSocketServiceHost> Hosts {
|
||||||
|
Loading…
Reference in New Issue
Block a user