[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 namespace WebSocketSharp.Net.WebSockets
{ {
/// <summary> /// <summary>
/// Provides the properties used to access the information in a WebSocket connection request /// Provides the properties used to access the information in
/// received by the <see cref="TcpListener"/>. /// a WebSocket handshake request received by the <see cref="TcpListener"/>.
/// </summary> /// </summary>
internal class TcpListenerWebSocketContext : WebSocketContext internal class TcpListenerWebSocketContext : WebSocketContext
{ {