[Modify] Edit it

This commit is contained in:
sta 2018-04-03 16:20:02 +09:00
parent 72634c8331
commit 38c95c6026

View File

@ -118,7 +118,7 @@ namespace WebSocketSharp.Net.WebSockets
public abstract bool IsWebSocketRequest { get; }
/// <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.