[Modify] Edit it
This commit is contained in:
parent
ce50e2560e
commit
2fc3689252
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user