Unverified Commit 5e8fb40b authored by justcoding121's avatar justcoding121 Committed by GitHub

Update ProxyServer.cs

parent 2f349d46
...@@ -212,7 +212,7 @@ namespace Titanium.Web.Proxy ...@@ -212,7 +212,7 @@ namespace Titanium.Web.Proxy
/// <summary> /// <summary>
/// A callback to authenticate clients. /// 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. /// Return true for successful authentication.
/// </summary> /// </summary>
public Func<string, string, Task<bool>> AuthenticateUserFunc { get; set; } 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