Browse Source

[Modify] Edit it

pull/755/head
sta 1 year ago
parent
commit
a4ae46bb65
  1. 6
      websocket-sharp/Server/WebSocketSessionManager.cs

6
websocket-sharp/Server/WebSocketSessionManager.cs

@ -1599,12 +1599,12 @@ namespace WebSocketSharp.Server
/// the information in the session.
/// </para>
/// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="id"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException">
/// <paramref name="id"/> is an empty string.
/// </exception>
/// <exception cref="ArgumentNullException">
/// <paramref name="id"/> is <see langword="null"/>.
/// </exception>
public bool TryGetSession (string id, out IWebSocketSession session)
{
if (id == null)

Loading…
Cancel
Save