[Modify] Edit it

This commit is contained in:
sta 2018-03-31 18:08:06 +09:00
parent e57da1b2f8
commit fcbd35ea0c

View File

@ -35,8 +35,8 @@ using System.Security.Principal;
namespace WebSocketSharp.Net.WebSockets namespace WebSocketSharp.Net.WebSockets
{ {
/// <summary> /// <summary>
/// Provides the properties used to access the information in /// Provides the access to the information in a WebSocket handshake request to
/// a WebSocket handshake request received by the <see cref="HttpListener"/>. /// a <see cref="HttpListener"/> instance.
/// </summary> /// </summary>
public class HttpListenerWebSocketContext : WebSocketContext public class HttpListenerWebSocketContext : WebSocketContext
{ {