[Modify] Edit it

This commit is contained in:
sta 2020-06-29 21:37:24 +09:00
parent a4f64b2f1d
commit 0e2a8d96d6

View File

@ -1422,16 +1422,18 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Get the name of the header at the specified <paramref name="index"/> in the collection. /// Get the name of the header at the specified index in the collection.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="string"/> that receives the header name. /// A <see cref="string"/> that receives the name of the header.
/// </returns> /// </returns>
/// <param name="index"> /// <param name="index">
/// An <see cref="int"/> that represents the zero-based index of the header to find. /// An <see cref="int"/> that specifies the zero-based index of the header
/// to find.
/// </param> /// </param>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// <paramref name="index"/> is out of allowable range of indexes for the collection. /// <paramref name="index"/> is out of allowable range of indexes for
/// the collection.
/// </exception> /// </exception>
public override string GetKey (int index) public override string GetKey (int index)
{ {