[Modify] Edit it

This commit is contained in:
sta 2018-01-16 17:13:06 +09:00
parent 7844d57ca6
commit 344bbd8b36

View File

@ -48,10 +48,10 @@ using System.Text;
namespace WebSocketSharp.Net
{
/// <summary>
/// Provides the access to a request to the <see cref="HttpListener"/>.
/// Represents an incoming request to a <see cref="HttpListener"/> instance.
/// </summary>
/// <remarks>
/// The HttpListenerRequest class cannot be inherited.
/// This class cannot be inherited.
/// </remarks>
public sealed class HttpListenerRequest
{