|
|
|
@ -996,10 +996,10 @@ namespace WebSocketSharp.Net
|
|
|
|
/// the headers for the response.
|
|
|
|
/// the headers for the response.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="name">
|
|
|
|
/// <param name="name">
|
|
|
|
/// A <see cref="string"/> that represents the name of the header to add.
|
|
|
|
/// A <see cref="string"/> that represents the name of the header to set.
|
|
|
|
/// </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 set.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="name"/> is <see langword="null"/> or empty.
|
|
|
|
/// <paramref name="name"/> is <see langword="null"/> or empty.
|
|
|
|
@ -1021,7 +1021,7 @@ namespace WebSocketSharp.Net
|
|
|
|
/// characters.
|
|
|
|
/// characters.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// The header cannot be allowed to add to the current headers.
|
|
|
|
/// The header cannot be allowed to set in the current headers.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
public void SetHeader (string name, string value)
|
|
|
|
public void SetHeader (string name, string value)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|