[Modify] Edit it
This commit is contained in:
parent
16206412e1
commit
caac10ed03
@ -1122,12 +1122,16 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adds the specified request <paramref name="header"/> with
|
/// Adds the specified request header with the specified value to
|
||||||
/// the specified <paramref name="value"/> to the collection.
|
/// the collection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="header">
|
/// <param name="header">
|
||||||
/// One of the <see cref="HttpRequestHeader"/> enum values, represents
|
/// <para>
|
||||||
/// the request header to add.
|
/// One of the <see cref="HttpRequestHeader"/> enum values.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// It represents the request header to add.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="value">
|
/// <param name="value">
|
||||||
/// A <see cref="string"/> that represents the value of the header to add.
|
/// A <see cref="string"/> that represents the value of the header to add.
|
||||||
@ -1140,15 +1144,15 @@ namespace WebSocketSharp.Net
|
|||||||
/// -or-
|
/// -or-
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// <paramref name="value"/> contains invalid characters.
|
/// <paramref name="value"/> contains an invalid character.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </exception>
|
/// </exception>
|
||||||
/// <exception cref="ArgumentOutOfRangeException">
|
/// <exception cref="ArgumentOutOfRangeException">
|
||||||
/// The length of <paramref name="value"/> is greater than 65,535 characters.
|
/// The length of <paramref name="value"/> is greater than 65,535
|
||||||
|
/// characters.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
/// <exception cref="InvalidOperationException">
|
/// <exception cref="InvalidOperationException">
|
||||||
/// The current <see cref="WebHeaderCollection"/> instance doesn't allow
|
/// This instance does not allow the request header.
|
||||||
/// the request <paramref name="header"/>.
|
|
||||||
/// </exception>
|
/// </exception>
|
||||||
public void Add (HttpRequestHeader header, string value)
|
public void Add (HttpRequestHeader header, string value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user