Browse Source

[Modify] Edit it

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

6
websocket-sharp/Net/WebHeaderCollection.cs

@ -1779,9 +1779,6 @@ namespace WebSocketSharp.Net
/// <param name="value">
/// A <see cref="string"/> that specifies the value of the header to set.
/// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="name"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException">
/// <para>
/// <paramref name="name"/> is an empty string.
@ -1811,6 +1808,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="ArgumentOutOfRangeException">
/// The length of <paramref name="value"/> is greater than 65,535
/// characters.

Loading…
Cancel
Save