[Modify] Edit it

master
sta 9 years ago
parent bce851bfac
commit 70d097ce74

@ -1379,8 +1379,12 @@ namespace WebSocketSharp.Server
/// </para> /// </para>
/// </param> /// </param>
/// <param name="reason"> /// <param name="reason">
/// A <see cref="string"/> that represents the reason for the close. /// <para>
/// The size must be 123 bytes or less in UTF-8. /// A <see cref="string"/> that represents the reason for the close.
/// </para>
/// <para>
/// The size must be 123 bytes or less in UTF-8.
/// </para>
/// </param> /// </param>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// <para> /// <para>

Loading…
Cancel
Save