Browse Source

[Modify] Edit it

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

6
websocket-sharp/Net/HttpListenerPrefixCollection.cs

@ -127,12 +127,12 @@ namespace WebSocketSharp.Net
/// and must end with a forward slash (/).
/// </para>
/// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="uriPrefix"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException">
/// <paramref name="uriPrefix"/> is invalid.
/// </exception>
/// <exception cref="ArgumentNullException">
/// <paramref name="uriPrefix"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ObjectDisposedException">
/// The <see cref="HttpListener"/> instance associated with this
/// collection is closed.

Loading…
Cancel
Save