[Modify] Edit it
This commit is contained in:
parent
a8fe9496d9
commit
d338ccd5d6
@ -2671,8 +2671,7 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Closes the connection with the specified <paramref name="code"/> and
|
/// Closes the connection with the specified code and reason.
|
||||||
/// <paramref name="reason"/>.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// This method does nothing if the current state of the connection is
|
/// This method does nothing if the current state of the connection is
|
||||||
@ -2680,8 +2679,8 @@ namespace WebSocketSharp
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="code">
|
/// <param name="code">
|
||||||
/// <para>
|
/// <para>
|
||||||
/// A <see cref="ushort"/> that represents the status code
|
/// A <see cref="ushort"/> that represents the status code indicating
|
||||||
/// indicating the reason for the close.
|
/// the reason for the close.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The status codes are defined in
|
/// The status codes are defined in
|
||||||
@ -2724,8 +2723,7 @@ namespace WebSocketSharp
|
|||||||
/// -or-
|
/// -or-
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// <paramref name="code"/> is 1005 (no status) and
|
/// <paramref name="code"/> is 1005 (no status) and there is reason.
|
||||||
/// there is <paramref name="reason"/>.
|
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// -or-
|
/// -or-
|
||||||
|
Loading…
Reference in New Issue
Block a user