Skip to content

Commit eab8746

Browse files
committed
[Modify] Edit it
1 parent 65f51fa commit eab8746

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,15 +2243,12 @@ public void Close ()
22432243
}
22442244

22452245
/// <summary>
2246-
/// Closes the WebSocket connection with the specified <see cref="ushort"/>,
2246+
/// Closes the WebSocket connection with the specified <paramref name="code"/>,
22472247
/// and releases all associated resources.
22482248
/// </summary>
2249-
/// <remarks>
2250-
/// This method emits a <see cref="OnError"/> event if <paramref name="code"/> isn't in
2251-
/// the allowable range of the close status code.
2252-
/// </remarks>
22532249
/// <param name="code">
2254-
/// A <see cref="ushort"/> that represents the status code indicating the reason for the close.
2250+
/// A <see cref="ushort"/> that represents the status code indicating
2251+
/// the reason for the close.
22552252
/// </param>
22562253
public void Close (ushort code)
22572254
{

0 commit comments

Comments
 (0)