[Modify] Polish it

This commit is contained in:
sta 2016-05-16 16:13:38 +09:00
parent 9c57d88859
commit 0f6138f533

View File

@ -199,14 +199,15 @@ namespace WebSocketSharp.Net
#region Public Methods #region Public Methods
/// <summary> /// <summary>
/// Accepts a WebSocket connection request. /// Accepts a WebSocket handshake request.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="HttpListenerWebSocketContext"/> that represents the WebSocket connection /// A <see cref="HttpListenerWebSocketContext"/> that represents
/// request. /// the WebSocket handshake request.
/// </returns> /// </returns>
/// <param name="protocol"> /// <param name="protocol">
/// A <see cref="string"/> that represents the subprotocol used in the WebSocket connection. /// A <see cref="string"/> that represents the subprotocol supported on
/// this WebSocket connection.
/// </param> /// </param>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <para> /// <para>