[Modify] Polish it

This commit is contained in:
sta 2016-05-15 15:24:07 +09:00
parent c091b2736e
commit 2da4a9b3a9

View File

@ -44,8 +44,8 @@ using WebSocketSharp.Net.WebSockets;
namespace WebSocketSharp.Net
{
/// <summary>
/// Provides the access to the HTTP request and response information
/// used by the <see cref="HttpListener"/>.
/// Provides the access to the HTTP request and response objects used by
/// the <see cref="HttpListener"/>.
/// </summary>
/// <remarks>
/// The HttpListenerContext class cannot be inherited.