[Modify] Edit it

This commit is contained in:
sta 2017-03-26 16:16:50 +09:00
parent 16dfa9fcdb
commit f97011e44d

View File

@ -204,8 +204,13 @@ namespace WebSocketSharp.Server
/// Gets the paths for the WebSocket services. /// Gets the paths for the WebSocket services.
/// </summary> /// </summary>
/// <value> /// <value>
/// An <c>IEnumerable&lt;string&gt;</c> instance that provides an enumerator /// <para>
/// which supports the iteration over the collection of the paths. /// An <c>IEnumerable&lt;string&gt;</c> instance.
/// </para>
/// <para>
/// It provides an enumerator which supports the iteration over
/// the collection of the paths.
/// </para>
/// </value> /// </value>
public IEnumerable<string> Paths { public IEnumerable<string> Paths {
get { get {