[Modify] Edit it

This commit is contained in:
sta 2018-06-22 19:58:14 +09:00
parent 8f5cd49c0d
commit 98d6af52b9

View File

@ -39,10 +39,11 @@ namespace WebSocketSharp.Server
#region Properties
/// <summary>
/// Gets the information in the connection request to the WebSocket service.
/// Gets the information in the WebSocket handshake request.
/// </summary>
/// <value>
/// A <see cref="WebSocketContext"/> that provides the access to the connection request.
/// A <see cref="WebSocketContext"/> instance that provides the access to
/// the information in the handshake request.
/// </value>
WebSocketContext Context { get; }