Browse Source

[Modify] Edit it

pull/298/merge
sta 5 months ago
parent
commit
5a404b7645
  1. 8
      websocket-sharp/Server/WebSocketSessionManager.cs

8
websocket-sharp/Server/WebSocketSessionManager.cs

@ -968,7 +968,7 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Closes the session with the specified ID, code, and reason.
/// Closes the session with the specified ID, status code, and reason.
/// </summary>
/// <param name="id">
/// A <see cref="string"/> that specifies the ID of the session to close.
@ -997,6 +997,12 @@ namespace WebSocketSharp.Server
/// -or-
/// </para>
/// <para>
/// <paramref name="code"/> is an undefined enum value.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// <paramref name="code"/> is <see cref="CloseStatusCode.MandatoryExtension"/>.
/// </para>
/// <para>

Loading…
Cancel
Save