Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Titanium-Web-Proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Titanium-Web-Proxy
Commits
d6fa5d60
Commit
d6fa5d60
authored
May 17, 2018
by
buildbot121
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API documentation update by build server
parent
fcc01902
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
81 additions
and
1 deletion
+81
-1
Titanium.Web.Proxy.ProxyServer.html
docs/api/Titanium.Web.Proxy.ProxyServer.html
+54
-0
index.json
docs/index.json
+1
-1
xrefmap.yml
docs/xrefmap.yml
+26
-0
No files found.
docs/api/Titanium.Web.Proxy.ProxyServer.html
View file @
d6fa5d60
...
...
@@ -230,6 +230,34 @@ prompting for UAC if required?</p>
</h3>
<a
id=
"Titanium_Web_Proxy_ProxyServer_AuthenticateSchemeFunc_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.AuthenticateSchemeFunc*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_AuthenticateSchemeFunc"
data-uid=
"Titanium.Web.Proxy.ProxyServer.AuthenticateSchemeFunc"
>
AuthenticateSchemeFunc
</h4>
<div
class=
"markdown level1 summary"
><p>
A pluggable callback to authenticate clients by scheme instead of requiring basic auth.
Parameters are current working session, schemeType, and token as provided by a calling client.
Should return success for successful authentication, continuation if the package requests, or failure.
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public Func
<
SessionEventArgsBase, string, string, Task
<
ProxyAuthenticationContext
>>
AuthenticateSchemeFunc { get; set; }
</code></pre>
</div>
<h5
class=
"propertyValue"
>
Property Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
<thead>
<tr>
<th>
Type
</th>
<th>
Description
</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"https://docs.microsoft.com/dotnet/api/system.func-4"
>
Func
</a>
<
<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>
<
<span
class=
"xref"
>
ProxyAuthenticationContext
</span>
>>
</td>
<td></td>
</tr>
</tbody>
</table>
<a
id=
"Titanium_Web_Proxy_ProxyServer_AuthenticateUserFunc_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.AuthenticateUserFunc*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_AuthenticateUserFunc"
data-uid=
"Titanium.Web.Proxy.ProxyServer.AuthenticateUserFunc"
>
AuthenticateUserFunc
</h4>
<div
class=
"markdown level1 summary"
><p>
A callback to authenticate clients.
...
...
@@ -717,6 +745,32 @@ Default value is 2.</p>
</table>
<a
id=
"Titanium_Web_Proxy_ProxyServer_SupportedAuthenticationSchemes_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.SupportedAuthenticationSchemes*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_SupportedAuthenticationSchemes"
data-uid=
"Titanium.Web.Proxy.ProxyServer.SupportedAuthenticationSchemes"
>
SupportedAuthenticationSchemes
</h4>
<div
class=
"markdown level1 summary"
><p>
A collection of scheme types, e.g. basic, NTLM, Kerberos, Negotiate, to return if authentication is required.
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public IEnumerable
<
string
>
SupportedAuthenticationSchemes { get; set; }
</code></pre>
</div>
<h5
class=
"propertyValue"
>
Property Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
<thead>
<tr>
<th>
Type
</th>
<th>
Description
</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1"
>
IEnumerable
</a>
<
<a
class=
"xref"
href=
"https://docs.microsoft.com/dotnet/api/system.string"
>
String
</a>
>
</td>
<td></td>
</tr>
</tbody>
</table>
<a
id=
"Titanium_Web_Proxy_ProxyServer_SupportedSslProtocols_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.SupportedSslProtocols*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_SupportedSslProtocols"
data-uid=
"Titanium.Web.Proxy.ProxyServer.SupportedSslProtocols"
>
SupportedSslProtocols
</h4>
<div
class=
"markdown level1 summary"
><p>
List of supported Ssl versions.
</p>
...
...
docs/index.json
View file @
d6fa5d60
This diff is collapsed.
Click to expand it.
docs/xrefmap.yml
View file @
d6fa5d60
...
...
@@ -2622,6 +2622,19 @@ references:
commentId
:
E:Titanium.Web.Proxy.ProxyServer.AfterResponse
fullName
:
Titanium.Web.Proxy.ProxyServer.AfterResponse
nameWithType
:
ProxyServer.AfterResponse
-
uid
:
Titanium.Web.Proxy.ProxyServer.AuthenticateSchemeFunc
name
:
AuthenticateSchemeFunc
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_AuthenticateSchemeFunc
commentId
:
P:Titanium.Web.Proxy.ProxyServer.AuthenticateSchemeFunc
fullName
:
Titanium.Web.Proxy.ProxyServer.AuthenticateSchemeFunc
nameWithType
:
ProxyServer.AuthenticateSchemeFunc
-
uid
:
Titanium.Web.Proxy.ProxyServer.AuthenticateSchemeFunc*
name
:
AuthenticateSchemeFunc
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_AuthenticateSchemeFunc_
commentId
:
Overload:Titanium.Web.Proxy.ProxyServer.AuthenticateSchemeFunc
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.ProxyServer.AuthenticateSchemeFunc
nameWithType
:
ProxyServer.AuthenticateSchemeFunc
-
uid
:
Titanium.Web.Proxy.ProxyServer.AuthenticateUserFunc
name
:
AuthenticateUserFunc
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_AuthenticateUserFunc
...
...
@@ -3047,6 +3060,19 @@ references:
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.ProxyServer.Stop
nameWithType
:
ProxyServer.Stop
-
uid
:
Titanium.Web.Proxy.ProxyServer.SupportedAuthenticationSchemes
name
:
SupportedAuthenticationSchemes
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_SupportedAuthenticationSchemes
commentId
:
P:Titanium.Web.Proxy.ProxyServer.SupportedAuthenticationSchemes
fullName
:
Titanium.Web.Proxy.ProxyServer.SupportedAuthenticationSchemes
nameWithType
:
ProxyServer.SupportedAuthenticationSchemes
-
uid
:
Titanium.Web.Proxy.ProxyServer.SupportedAuthenticationSchemes*
name
:
SupportedAuthenticationSchemes
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_SupportedAuthenticationSchemes_
commentId
:
Overload:Titanium.Web.Proxy.ProxyServer.SupportedAuthenticationSchemes
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.ProxyServer.SupportedAuthenticationSchemes
nameWithType
:
ProxyServer.SupportedAuthenticationSchemes
-
uid
:
Titanium.Web.Proxy.ProxyServer.SupportedSslProtocols
name
:
SupportedSslProtocols
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_SupportedSslProtocols
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment