[Modify] Edit it

This commit is contained in:
sta 2016-06-29 14:14:04 +09:00
parent 5af4a39539
commit 281c99f704

View File

@ -34,10 +34,10 @@ using System.Security.Principal;
namespace WebSocketSharp.Net.WebSockets namespace WebSocketSharp.Net.WebSockets
{ {
/// <summary> /// <summary>
/// Exposes the properties used to access the information in a WebSocket connection request. /// Exposes the properties used to access the information in a WebSocket handshake request.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The WebSocketContext class is an abstract class. /// This class is an abstract class.
/// </remarks> /// </remarks>
public abstract class WebSocketContext public abstract class WebSocketContext
{ {