Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 97aa8c7

Browse files
committed
2 parents 43802d3 + 3e2bcce commit 97aa8c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/Titanium.Web.Proxy.ProxyServer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ <h4 id="Titanium_Web_Proxy_ProxyServer_ProxyBasicAuthenticateFunc" data-uid="Tit
647647
<div class="markdown level1 conceptual"></div>
648648
<h5 class="decalaration">Declaration</h5>
649649
<div class="codewrapper">
650-
<pre><code class="lang-csharp hljs">public Func&lt;string, string, Task&lt;bool&gt;&gt; ProxyBasicAuthenticateFunc { get; set; }</code></pre>
650+
<pre><code class="lang-csharp hljs">public Func&lt;SessionEventArgsBase, string, string, Task&lt;bool&gt;&gt; ProxyBasicAuthenticateFunc { get; set; }</code></pre>
651651
</div>
652652
<h5 class="propertyValue">Property Value</h5>
653653
<table class="table table-bordered table-striped table-condensed">
@@ -659,7 +659,7 @@ <h5 class="propertyValue">Property Value</h5>
659659
</thead>
660660
<tbody>
661661
<tr>
662-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.func-3">Func</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a>&gt;&gt;</td>
662+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.func-4">Func</a>&lt;<a class="xref" href="Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html">SessionEventArgsBase</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a>&gt;&gt;</td>
663663
<td></td>
664664
</tr>
665665
</tbody>

0 commit comments

Comments
 (0)