[Modify] Edit it

This commit is contained in:
sta 2018-04-15 17:23:15 +09:00
parent 7360b99f2a
commit cc9ec50d8e

View File

@ -154,10 +154,16 @@ namespace WebSocketSharp.Net.WebSockets
}
/// <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>
/// <value>
/// A <see cref="string"/> that represents the value of the Host header.
/// <para>
/// A <see cref="string"/> that represents the server host name requested
/// by the client.
/// </para>
/// <para>
/// It includes the port number if provided.
/// </para>
/// </value>
public override string Host {
get {