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