[Modify] Edit it
This commit is contained in:
parent
6493ac1f1b
commit
46b5765817
@ -898,15 +898,14 @@ namespace WebSocketSharp.Server
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Closes the specified session with <paramref name="code"/> and
|
||||
/// <paramref name="reason"/>.
|
||||
/// Closes the session with the specified ID, code, and reason.
|
||||
/// </summary>
|
||||
/// <param name="id">
|
||||
/// A <see cref="string"/> that represents the ID of the session to close.
|
||||
/// A <see cref="string"/> that specifies the ID of the session to close.
|
||||
/// </param>
|
||||
/// <param name="code">
|
||||
/// <para>
|
||||
/// A <see cref="ushort"/> that represents the status code indicating
|
||||
/// A <see cref="ushort"/> that specifies the status code indicating
|
||||
/// the reason for the close.
|
||||
/// </para>
|
||||
/// <para>
|
||||
@ -917,7 +916,7 @@ namespace WebSocketSharp.Server
|
||||
/// </param>
|
||||
/// <param name="reason">
|
||||
/// <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>
|
||||
/// The size must be 123 bytes or less in UTF-8.
|
||||
@ -940,8 +939,7 @@ namespace WebSocketSharp.Server
|
||||
/// -or-
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// <paramref name="code"/> is 1005 (no status) and there is
|
||||
/// <paramref name="reason"/>.
|
||||
/// <paramref name="code"/> is 1005 (no status) and there is reason.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// -or-
|
||||
|
Loading…
Reference in New Issue
Block a user