[Modify] Edit it
This commit is contained in:
parent
49c765aea8
commit
1b0c9c58f3
@ -100,10 +100,15 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <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.
|
/// <para>
|
||||||
|
/// A <see cref="string"/> that represents the value of the Host header.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// It includes the port number if provided.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public override string Host {
|
public override string Host {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user