Browse Source

[Modify] Edit it

pull/298/merge
sta 8 months ago
parent
commit
1f3f297e9a
  1. 8
      websocket-sharp/Net/HttpListenerPrefixCollection.cs

8
websocket-sharp/Net/HttpListenerPrefixCollection.cs

@ -208,16 +208,16 @@ namespace WebSocketSharp.Net
/// An <see cref="int"/> that specifies the zero-based index in
/// the array at which copying begins.
/// </param>
/// <exception cref="ArgumentException">
/// The space from <paramref name="offset"/> to the end of
/// <paramref name="array"/> is not enough to copy to.
/// </exception>
/// <exception cref="ArgumentNullException">
/// <paramref name="array"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentOutOfRangeException">
/// <paramref name="offset"/> is less than zero.
/// </exception>
/// <exception cref="ArgumentException">
/// The space from <paramref name="offset"/> to the end of
/// <paramref name="array"/> is not enough to copy to.
/// </exception>
/// <exception cref="ObjectDisposedException">
/// The <see cref="HttpListener"/> instance associated with this
/// collection is closed.

Loading…
Cancel
Save