|
|
|
@ -268,8 +268,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// the WebSocket handshake request.
|
|
|
|
/// the WebSocket handshake request.
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
/// <param name="protocol">
|
|
|
|
/// <param name="protocol">
|
|
|
|
/// A <see cref="string"/> that represents the subprotocol supported on
|
|
|
|
/// A <see cref="string"/> that specifies the subprotocol supported on
|
|
|
|
/// this WebSocket connection.
|
|
|
|
/// the WebSocket connection.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
|