[Modify] Polish it

This commit is contained in:
sta 2016-05-02 15:23:54 +09:00
parent 6b6841f03b
commit e1acf47ecf

View File

@ -46,8 +46,8 @@ using System.Text;
namespace WebSocketSharp.Net.WebSockets
{
/// <summary>
/// Provides the properties used to access the information in a WebSocket connection request
/// received by the <see cref="TcpListener"/>.
/// Provides the properties used to access the information in
/// a WebSocket handshake request received by the <see cref="TcpListener"/>.
/// </summary>
internal class TcpListenerWebSocketContext : WebSocketContext
{