[Modify] Edit it
This commit is contained in:
parent
637deadf29
commit
89a761b2ac
@ -657,14 +657,18 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the specified request <paramref name="header"/> in the collection.
|
/// Gets or sets the specified request header in the collection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the value of the request <paramref name="header"/>.
|
/// A <see cref="string"/> that represents the value of the request header.
|
||||||
/// </value>
|
/// </value>
|
||||||
/// <param name="header">
|
/// <param name="header">
|
||||||
/// One of the <see cref="HttpRequestHeader"/> enum values, represents
|
/// <para>
|
||||||
/// the request header to get or set.
|
/// One of the <see cref="HttpRequestHeader"/> enum values.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// It represents the request header to get or set.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="ArgumentException">
|
/// <exception cref="ArgumentException">
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -674,15 +678,15 @@ namespace WebSocketSharp.Net
|
|||||||
/// -or-
|
/// -or-
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// <paramref name="value"/> contains invalid characters.
|
/// <paramref name="value"/> contains an invalid character.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </exception>
|
/// </exception>
|
||||||
/// <exception cref="ArgumentOutOfRangeException">
|
/// <exception cref="ArgumentOutOfRangeException">
|
||||||
/// The length of <paramref name="value"/> is greater than 65,535 characters.
|
/// The length of <paramref name="value"/> is greater than 65,535 characters.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
/// <exception cref="InvalidOperationException">
|
/// <exception cref="InvalidOperationException">
|
||||||
/// The current <see cref="WebHeaderCollection"/> instance doesn't allow
|
/// The current <see cref="WebHeaderCollection"/> instance does not allow
|
||||||
/// the request <paramref name="header"/>.
|
/// the request header.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
public string this[HttpRequestHeader header] {
|
public string this[HttpRequestHeader header] {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user