[Modify] Edit it

master
sta 9 years ago
parent cf40fd54b9
commit 37f28794e1

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

Loading…
Cancel
Save