|
|
|
@ -1152,6 +1152,9 @@ namespace WebSocketSharp.Server
|
|
|
|
/// A <see cref="string"/> that represents the reason for
|
|
|
|
/// A <see cref="string"/> that represents the reason for
|
|
|
|
/// the close. The size must be 123 bytes or less in UTF-8.
|
|
|
|
/// the close. The size must be 123 bytes or less in UTF-8.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
|
|
|
|
/// <exception cref="SocketException">
|
|
|
|
|
|
|
|
/// The underlying <see cref="TcpListener"/> has failed to stop.
|
|
|
|
|
|
|
|
/// </exception>
|
|
|
|
public void Stop (ushort code, string reason)
|
|
|
|
public void Stop (ushort code, string reason)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
string msg;
|
|
|
|
string msg;
|
|
|
|
|