|
|
|
@ -175,8 +175,8 @@ namespace WebSocketSharp.Net
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Returns a value indicating whether the collection contains the specified
|
|
|
|
/// Returns a value indicating whether the collection contains the
|
|
|
|
/// URI prefix.
|
|
|
|
/// specified URI prefix.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <returns>
|
|
|
|
/// <returns>
|
|
|
|
/// <c>true</c> if the collection contains the URI prefix; otherwise,
|
|
|
|
/// <c>true</c> if the collection contains the URI prefix; otherwise,
|
|
|
|
@ -189,8 +189,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// <paramref name="uriPrefix"/> is <see langword="null"/>.
|
|
|
|
/// <paramref name="uriPrefix"/> is <see langword="null"/>.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ObjectDisposedException">
|
|
|
|
/// <exception cref="ObjectDisposedException">
|
|
|
|
/// The <see cref="HttpListener"/> instance associated with this collection
|
|
|
|
/// The <see cref="HttpListener"/> instance associated with this
|
|
|
|
/// is closed.
|
|
|
|
/// collection is closed.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
public bool Contains (string uriPrefix)
|
|
|
|
public bool Contains (string uriPrefix)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|