|
|
|
@ -685,8 +685,7 @@ namespace WebSocketSharp.Net
|
|
|
|
/// 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 does not allow
|
|
|
|
/// This instance does not allow the request header.
|
|
|
|
/// the request header.
|
|
|
|
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
public string this[HttpRequestHeader header] {
|
|
|
|
public string this[HttpRequestHeader header] {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|