Browse Source

[Modify] Edit it

pull/755/head
sta 1 year ago
parent
commit
3b41d922cb
  1. 4
      websocket-sharp/Server/HttpServer.cs

4
websocket-sharp/Server/HttpServer.cs

@ -634,11 +634,11 @@ namespace WebSocketSharp.Server
/// delegate.
/// </para>
/// <para>
/// The delegate invokes the method called when the server finds
/// It represents the delegate called when the server finds
/// the credentials used to authenticate a client.
/// </para>
/// <para>
/// The method must return <see langword="null"/> if the credentials
/// It must return <see langword="null"/> if the credentials
/// are not found.
/// </para>
/// <para>

Loading…
Cancel
Save