|
|
|
@ -50,7 +50,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// The <see cref="HttpListener"/> responds to the request which has a requested URI that
|
|
|
|
/// The <see cref="HttpListener"/> responds to the request which has a requested URI that
|
|
|
|
/// the prefixes most closely match.
|
|
|
|
/// the prefixes most closely match.
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
public class HttpListenerPrefixCollection : ICollection<string>, IEnumerable<string>, IEnumerable
|
|
|
|
public class HttpListenerPrefixCollection
|
|
|
|
|
|
|
|
: ICollection<string>, IEnumerable<string>, IEnumerable
|
|
|
|
{
|
|
|
|
{
|
|
|
|
#region Private Fields
|
|
|
|
#region Private Fields
|
|
|
|
|
|
|
|
|
|
|
|
|