[Modify] Edit it

This commit is contained in:
sta 2018-04-01 17:21:02 +09:00
parent 5a96ee4723
commit 055e904bf5

View File

@ -72,10 +72,11 @@ namespace WebSocketSharp.Net.WebSockets
public abstract NameValueCollection Headers { get; } public abstract NameValueCollection Headers { get; }
/// <summary> /// <summary>
/// Gets the value of the Host header included in the request. /// Gets the value of the Host header included in the handshake request.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the value of the Host header. /// A <see cref="string"/> that represents the server host name requested by
/// the client.
/// </value> /// </value>
public abstract string Host { get; } public abstract string Host { get; }