[Modify] Edit it

This commit is contained in:
sta 2019-11-23 17:29:14 +09:00
parent bd8b7b246a
commit cca8a9a2d4

View File

@ -247,13 +247,14 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets the HTTP headers sent to the client. /// Gets or sets the collection of HTTP headers sent to the client.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="WebHeaderCollection"/> that contains the headers sent to the client. /// A <see cref="WebHeaderCollection"/> that contains the headers sent to
/// the client.
/// </value> /// </value>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The value specified for a set operation isn't valid for a response. /// The value specified for a set operation is not valid for a response.
/// </exception> /// </exception>
public WebHeaderCollection Headers { public WebHeaderCollection Headers {
get { get {