[Modify] Edit it

This commit is contained in:
sta 2020-01-23 19:48:02 +09:00
parent 5904d9c044
commit 3856598928

View File

@ -48,7 +48,8 @@ using System.Text;
namespace WebSocketSharp.Net namespace WebSocketSharp.Net
{ {
/// <summary> /// <summary>
/// Represents an incoming request to a <see cref="HttpListener"/> instance. /// Represents an incoming HTTP request to a <see cref="HttpListener"/>
/// instance.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This class cannot be inherited. /// This class cannot be inherited.