[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
{
/// <summary>
/// Represents an incoming request to a <see cref="HttpListener"/> instance.
/// Represents an incoming HTTP request to a <see cref="HttpListener"/>
/// instance.
/// </summary>
/// <remarks>
/// This class cannot be inherited.