[Modify] Edit it

This commit is contained in:
sta 2018-04-17 17:20:52 +09:00
parent 498ef95756
commit 3047b5c7c1

View File

@ -225,10 +225,15 @@ namespace WebSocketSharp.Net.WebSockets
}
/// <summary>
/// Gets the value of the Origin header included in the request.
/// Gets the value of the Origin header included in the handshake request.
/// </summary>
/// <value>
/// A <see cref="string"/> that represents the value of the Origin header.
/// <para>
/// A <see cref="string"/> that represents the value of the Origin header.
/// </para>
/// <para>
/// <see langword="null"/> if the header is not present.
/// </para>
/// </value>
public override string Origin {
get {