[Modify] Edit it
This commit is contained in:
parent
853b3ed936
commit
f21d1f27aa
@ -593,12 +593,12 @@ namespace WebSocketSharp.Server
|
|||||||
/// One of the <see cref="CloseStatusCode"/> enum values.
|
/// One of the <see cref="CloseStatusCode"/> enum values.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// It represents the status code indicating the reason for the close.
|
/// It specifies the status code indicating the reason for the close.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="reason">
|
/// <param name="reason">
|
||||||
/// <para>
|
/// <para>
|
||||||
/// A <see cref="string"/> that represents the reason for the close.
|
/// A <see cref="string"/> that specifies the reason for the close.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The size must be 123 bytes or less in UTF-8.
|
/// The size must be 123 bytes or less in UTF-8.
|
||||||
|
Loading…
Reference in New Issue
Block a user