Browse Source

[Modify] Edit it

pull/533/merge
sta 11 months ago
parent
commit
708431f038
  1. 6
      websocket-sharp/Net/WebHeaderCollection.cs

6
websocket-sharp/Net/WebHeaderCollection.cs

@ -1637,9 +1637,6 @@ namespace WebSocketSharp.Net
/// <param name="name">
/// A <see cref="string"/> that specifies the name of the header to remove.
/// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="name"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException">
/// <para>
/// <paramref name="name"/> is an empty string.
@ -1663,6 +1660,9 @@ namespace WebSocketSharp.Net
/// <paramref name="name"/> is a restricted header name.
/// </para>
/// </exception>
/// <exception cref="ArgumentNullException">
/// <paramref name="name"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="InvalidOperationException">
/// This instance does not allow the header.
/// </exception>

Loading…
Cancel
Save