[Modify] Edit it

This commit is contained in:
sta 2020-08-13 21:54:58 +09:00
parent e605784f6d
commit a7e50b47c9

View File

@ -44,11 +44,12 @@ using System.Collections.Generic;
namespace WebSocketSharp.Net namespace WebSocketSharp.Net
{ {
/// <summary> /// <summary>
/// Provides the collection used to store the URI prefixes for the <see cref="HttpListener"/>. /// Provides a collection used to store the URI prefixes for a instance of
/// the <see cref="HttpListener"/> class.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The <see cref="HttpListener"/> responds to the request which has a requested URI that /// The <see cref="HttpListener"/> instance responds to the request which has
/// the prefixes most closely match. /// a requested URI that the prefixes most closely match.
/// </remarks> /// </remarks>
public class HttpListenerPrefixCollection public class HttpListenerPrefixCollection
: ICollection<string>, IEnumerable<string>, IEnumerable : ICollection<string>, IEnumerable<string>, IEnumerable