|
|
|
@ -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>
|
|
|
|
|