Commit f889e977 authored by buildbot121's avatar buildbot121

API documentation update by build server

parent 9142ed3d
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<h1 id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs" class="text-break">Class BeforeSslAuthenticateEventArgs <h1 id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs" class="text-break">Class BeforeSslAuthenticateEventArgs
</h1> </h1>
<div class="markdown level0 summary"><p>This is used in transparent endpoint before authenticating client. </p> <div class="markdown level0 summary"><p>This is used in transparent endpoint before authenticating client.</p>
</div> </div>
<div class="markdown level0 conceptual"></div> <div class="markdown level0 conceptual"></div>
<div class="inheritance"> <div class="inheritance">
...@@ -159,7 +159,8 @@ If false we relay the connection to the hostname mentioned in SniHostname.</p> ...@@ -159,7 +159,8 @@ If false we relay the connection to the hostname mentioned in SniHostname.</p>
<a id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs_SniHostName_" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.SniHostName*"></a> <a id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs_SniHostName_" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.SniHostName*"></a>
<h4 id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs_SniHostName" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.SniHostName">SniHostName</h4> <h4 id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs_SniHostName" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.SniHostName">SniHostName</h4>
<div class="markdown level1 summary"><p>The server name indication hostname if available. Otherwise the generic certificate hostname of TransparentEndPoint.</p> <div class="markdown level1 summary"><p>The server name indication hostname if available. Otherwise the generic certificate hostname of
TransparentEndPoint.</p>
</div> </div>
<div class="markdown level1 conceptual"></div> <div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5> <h5 class="decalaration">Declaration</h5>
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<h3 id="classes">Classes <h3 id="classes">Classes
</h3> </h3>
<h4><a class="xref" href="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.html">BeforeSslAuthenticateEventArgs</a></h4> <h4><a class="xref" href="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.html">BeforeSslAuthenticateEventArgs</a></h4>
<section><p>This is used in transparent endpoint before authenticating client. </p> <section><p>This is used in transparent endpoint before authenticating client.</p>
</section> </section>
<h4><a class="xref" href="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.html">CertificateSelectionEventArgs</a></h4> <h4><a class="xref" href="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.html">CertificateSelectionEventArgs</a></h4>
<section><p>An argument passed on to user for client certificate selection during mutual SSL authentication.</p> <section><p>An argument passed on to user for client certificate selection during mutual SSL authentication.</p>
......
...@@ -508,7 +508,8 @@ Note:setting machineTrustRootCertificate to true will force userTrustRootCertifi ...@@ -508,7 +508,8 @@ Note:setting machineTrustRootCertificate to true will force userTrustRootCertifi
<tr> <tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
<td><span class="parametername">userTrustRootCertificate</span></td> <td><span class="parametername">userTrustRootCertificate</span></td>
<td><p>Should fake HTTPS certificate be trusted by this machine&apos;s user certificate store?</p> <td><p>Should fake HTTPS certificate be trusted by this machine&apos;s user certificate
store?</p>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -520,7 +521,8 @@ Note:setting machineTrustRootCertificate to true will force userTrustRootCertifi ...@@ -520,7 +521,8 @@ Note:setting machineTrustRootCertificate to true will force userTrustRootCertifi
<tr> <tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
<td><span class="parametername">trustRootCertificateAsAdmin</span></td> <td><span class="parametername">trustRootCertificateAsAdmin</span></td>
<td><p>Should we attempt to trust certificates with elevated permissions by prompting for UAC if required?</p> <td><p>Should we attempt to trust certificates with elevated permissions by
prompting for UAC if required?</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
...@@ -640,7 +642,8 @@ named as &quot;rootCert.pfx&quot; (and will be saved in proxy dll directory).</p ...@@ -640,7 +642,8 @@ named as &quot;rootCert.pfx&quot; (and will be saved in proxy dll directory).</p
<tr> <tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
<td><span class="parametername">overwritePfXFile</span></td> <td><span class="parametername">overwritePfXFile</span></td>
<td><p>true : replace an existing .pfx file if password is incorect or if RootCertificate==null.</p> <td><p>true : replace an existing .pfx file if password is incorect or if
RootCertificate==null.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<h1 id="Titanium_Web_Proxy_ProxyServer" data-uid="Titanium.Web.Proxy.ProxyServer" class="text-break">Class ProxyServer <h1 id="Titanium_Web_Proxy_ProxyServer" data-uid="Titanium.Web.Proxy.ProxyServer" class="text-break">Class ProxyServer
</h1> </h1>
<div class="markdown level0 summary"><p>This object is the backbone of proxy. One can create as many instances as needed. <div class="markdown level0 summary"><p>This object is the backbone of proxy. One can create as many instances as needed.
However care should be taken to avoid using the same listening ports across multiple instances. </p> However care should be taken to avoid using the same listening ports across multiple instances.</p>
</div> </div>
<div class="markdown level0 conceptual"></div> <div class="markdown level0 conceptual"></div>
<div class="inheritance"> <div class="inheritance">
...@@ -152,7 +152,8 @@ However care should be taken to avoid using the same listening ports across mult ...@@ -152,7 +152,8 @@ However care should be taken to avoid using the same listening ports across mult
<tr> <tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
<td><span class="parametername">userTrustRootCertificate</span></td> <td><span class="parametername">userTrustRootCertificate</span></td>
<td><p>Should fake HTTPS certificate be trusted by this machine&apos;s user certificate store?</p> <td><p>Should fake HTTPS certificate be trusted by this machine&apos;s user certificate
store?</p>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -164,7 +165,8 @@ However care should be taken to avoid using the same listening ports across mult ...@@ -164,7 +165,8 @@ However care should be taken to avoid using the same listening ports across mult
<tr> <tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
<td><span class="parametername">trustRootCertificateAsAdmin</span></td> <td><span class="parametername">trustRootCertificateAsAdmin</span></td>
<td><p>Should we attempt to trust certificates with elevated permissions by prompting for UAC if required?</p> <td><p>Should we attempt to trust certificates with elevated permissions by
prompting for UAC if required?</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
...@@ -205,7 +207,8 @@ However care should be taken to avoid using the same listening ports across mult ...@@ -205,7 +207,8 @@ However care should be taken to avoid using the same listening ports across mult
<tr> <tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
<td><span class="parametername">userTrustRootCertificate</span></td> <td><span class="parametername">userTrustRootCertificate</span></td>
<td><p>Should fake HTTPS certificate be trusted by this machine&apos;s user certificate store?</p> <td><p>Should fake HTTPS certificate be trusted by this machine&apos;s user certificate
store?</p>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -217,7 +220,8 @@ However care should be taken to avoid using the same listening ports across mult ...@@ -217,7 +220,8 @@ However care should be taken to avoid using the same listening ports across mult
<tr> <tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
<td><span class="parametername">trustRootCertificateAsAdmin</span></td> <td><span class="parametername">trustRootCertificateAsAdmin</span></td>
<td><p>Should we attempt to trust certificates with elevated permissions by prompting for UAC if required?</p> <td><p>Should we attempt to trust certificates with elevated permissions by
prompting for UAC if required?</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</h3> </h3>
<h4><a class="xref" href="Titanium.Web.Proxy.ProxyServer.html">ProxyServer</a></h4> <h4><a class="xref" href="Titanium.Web.Proxy.ProxyServer.html">ProxyServer</a></h4>
<section><p>This object is the backbone of proxy. One can create as many instances as needed. <section><p>This object is the backbone of proxy. One can create as many instances as needed.
However care should be taken to avoid using the same listening ports across multiple instances. </p> However care should be taken to avoid using the same listening ports across multiple instances.</p>
</section> </section>
<h3 id="delegates">Delegates <h3 id="delegates">Delegates
</h3> </h3>
......
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