[Modify] Edit it
This commit is contained in:
parent
e437c487af
commit
a744511aa1
@ -2572,7 +2572,7 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Closes the connection with the specified <paramref name="code"/>.
|
/// Closes the connection with the specified code.
|
||||||
/// </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
|
||||||
@ -2580,8 +2580,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
|
||||||
|
Loading…
Reference in New Issue
Block a user