[Modify] Edit it

master
sta 8 years ago
parent 5a96ee4723
commit 055e904bf5

@ -72,10 +72,11 @@ namespace WebSocketSharp.Net.WebSockets
public abstract NameValueCollection Headers { get; }
/// <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.
/// A <see cref="string"/> that represents the server host name requested by
/// the client.
/// </value>
public abstract string Host { get; }

Loading…
Cancel
Save