[Modify] Remove it
This commit is contained in:
parent
c4b2b1c88b
commit
946874eb04
@ -199,27 +199,6 @@ namespace WebSocketSharp.Net
|
|||||||
return _prefixes.Contains (uriPrefix);
|
return _prefixes.Contains (uriPrefix);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Copies the contents of the collection to the specified array.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="array">
|
|
||||||
/// An <see cref="Array"/> that receives the URI prefix strings in
|
|
||||||
/// the collection.
|
|
||||||
/// </param>
|
|
||||||
/// <param name="offset">
|
|
||||||
/// An <see cref="int"/> that specifies the zero-based index in
|
|
||||||
/// the array at which copying begins.
|
|
||||||
/// </param>
|
|
||||||
/// <exception cref="ObjectDisposedException">
|
|
||||||
/// The <see cref="HttpListener"/> instance associated with
|
|
||||||
/// this collection is closed.
|
|
||||||
/// </exception>
|
|
||||||
public void CopyTo (Array array, int offset)
|
|
||||||
{
|
|
||||||
_listener.CheckDisposed ();
|
|
||||||
((ICollection) _prefixes).CopyTo (array, offset);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Copies the contents of the collection to the specified array of string.
|
/// Copies the contents of the collection to the specified array of string.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user