[Modify] Edit it
This commit is contained in:
parent
cf40fd54b9
commit
37f28794e1
@ -1152,6 +1152,9 @@ namespace WebSocketSharp.Server
|
||||
/// A <see cref="string"/> that represents the reason for
|
||||
/// the close. The size must be 123 bytes or less in UTF-8.
|
||||
/// </param>
|
||||
/// <exception cref="SocketException">
|
||||
/// The underlying <see cref="TcpListener"/> has failed to stop.
|
||||
/// </exception>
|
||||
public void Stop (ushort code, string reason)
|
||||
{
|
||||
string msg;
|
||||
|
Loading…
Reference in New Issue
Block a user