[Modify] Edit it
This commit is contained in:
parent
4341afc0e0
commit
ce50e2560e
@ -1372,16 +1372,18 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get the value of the header at the specified <paramref name="index"/> in the collection.
|
/// Get the value of the header at the specified index in the collection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// A <see cref="string"/> that receives the value of the header.
|
/// A <see cref="string"/> that receives the value 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 Get (int index)
|
public override string Get (int index)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user