|
|
|
|
@ -200,17 +200,19 @@ namespace WebSocketSharp.Net
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Copies the contents of the collection to the specified <see cref="Array"/>.
|
|
|
|
|
/// 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.
|
|
|
|
|
/// An <see cref="Array"/> that receives the URI prefix strings in
|
|
|
|
|
/// the collection.
|
|
|
|
|
/// </param>
|
|
|
|
|
/// <param name="offset">
|
|
|
|
|
/// An <see cref="int"/> that represents the zero-based index in <paramref name="array"/>
|
|
|
|
|
/// at which copying begins.
|
|
|
|
|
/// 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"/> associated with this collection is closed.
|
|
|
|
|
/// The <see cref="HttpListener"/> instance associated with
|
|
|
|
|
/// this collection is closed.
|
|
|
|
|
/// </exception>
|
|
|
|
|
public void CopyTo (Array array, int offset)
|
|
|
|
|
{
|
|
|
|
|
|