[Modify] Edit it

master
sta 6 years ago
parent 96786cd890
commit b68df3d3cb

@ -1174,10 +1174,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 set. /// A <see cref="string"/> that specifies 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 set. /// A <see cref="string"/> that specifies the value of the header to set.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="name"/> is <see langword="null"/>. /// <paramref name="name"/> is <see langword="null"/>.

Loading…
Cancel
Save