[Modify] Edit it
This commit is contained in:
parent
0e2a8d96d6
commit
6e8bd5c87e
@ -1441,18 +1441,24 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets an array of header values stored in the specified <paramref name="index"/> position of
|
/// Get the values of the header at the specified index in the collection.
|
||||||
/// the collection.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// An array of <see cref="string"/> that receives the header values if found;
|
/// <para>
|
||||||
/// otherwise, <see langword="null"/>.
|
/// An array of <see cref="string"/> that receives the values of
|
||||||
|
/// the header.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> if not present.
|
||||||
|
/// </para>
|
||||||
/// </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[] GetValues (int index)
|
public override string[] GetValues (int index)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user