[Modify] Polish it
This commit is contained in:
parent
9c57d88859
commit
0f6138f533
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user