[Modify] Edit it

This commit is contained in:
sta 2020-06-28 21:40:20 +09:00
parent ce50e2560e
commit 2fc3689252

View File

@ -1391,14 +1391,18 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Get the value of the header with the specified <paramref name="name"/> in the collection. /// Get the value of the header with the specified name in the collection.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="string"/> that receives the value of the header if found; /// <para>
/// otherwise, <see langword="null"/>. /// A <see cref="string"/> that receives the value of the header.
/// </para>
/// <para>
/// <see langword="null"/> if not found.
/// </para>
/// </returns> /// </returns>
/// <param name="name"> /// <param name="name">
/// A <see cref="string"/> that represents the name of the header to find. /// A <see cref="string"/> that specifies the name of the header to find.
/// </param> /// </param>
public override string Get (string name) public override string Get (string name)
{ {