Commit 9fe58555 authored by justcoding121's avatar justcoding121 Committed by GitHub

Update ProxyServer.cs

parent 215c9891
......@@ -212,7 +212,7 @@ namespace Titanium.Web.Proxy
/// <summary>
/// A callback to authenticate clients.
/// Parameters are username & password as provided by client.
/// Parameters are username and password as provided by client.
/// Return true for successful authentication.
/// </summary>
public Func<string, string, Task<bool>> AuthenticateUserFunc { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment