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
24b0ffbd
Commit
24b0ffbd
authored
May 08, 2018
by
justcoding121
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/justcoding121/Titanium-Web-Proxy
parents
e3775e03
a262fafb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
1 deletion
+63
-1
Titanium.Web.Proxy.ProxyServer.html
docs/api/Titanium.Web.Proxy.ProxyServer.html
+50
-0
index.json
docs/index.json
+1
-1
xrefmap.yml
docs/xrefmap.yml
+12
-0
No files found.
docs/api/Titanium.Web.Proxy.ProxyServer.html
View file @
24b0ffbd
...
...
@@ -1109,6 +1109,56 @@ Will throw error if the end point does'nt exist.</p>
</table>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_OnClientConnectionCreate"
data-uid=
"Titanium.Web.Proxy.ProxyServer.OnClientConnectionCreate"
>
OnClientConnectionCreate
</h4>
<div
class=
"markdown level1 summary"
><p>
Customize TcpClient used for client connection upon create.
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public event AsyncEventHandler
<
TcpClient
>
OnClientConnectionCreate
</code></pre>
</div>
<h5
class=
"eventType"
>
Event Type
</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=
"Titanium.Web.Proxy.EventArguments.AsyncEventHandler-1.html"
>
AsyncEventHandler
</a>
<
<span
class=
"xref"
>
System.Net.Sockets.TcpClient
</span>
>
</td>
<td></td>
</tr>
</tbody>
</table>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_OnServerConnectionCreate"
data-uid=
"Titanium.Web.Proxy.ProxyServer.OnServerConnectionCreate"
>
OnServerConnectionCreate
</h4>
<div
class=
"markdown level1 summary"
><p>
Customize TcpClient used for server connection upon create.
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public event AsyncEventHandler
<
TcpClient
>
OnServerConnectionCreate
</code></pre>
</div>
<h5
class=
"eventType"
>
Event Type
</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=
"Titanium.Web.Proxy.EventArguments.AsyncEventHandler-1.html"
>
AsyncEventHandler
</a>
<
<span
class=
"xref"
>
System.Net.Sockets.TcpClient
</span>
>
</td>
<td></td>
</tr>
</tbody>
</table>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_ServerCertificateValidationCallback"
data-uid=
"Titanium.Web.Proxy.ProxyServer.ServerCertificateValidationCallback"
>
ServerCertificateValidationCallback
</h4>
<div
class=
"markdown level1 summary"
><p>
Event to override the default verification logic of remote SSL certificate received during authentication.
</p>
</div>
...
...
docs/index.json
View file @
24b0ffbd
This diff is collapsed.
Click to expand it.
docs/xrefmap.yml
View file @
24b0ffbd
...
...
@@ -2803,6 +2803,18 @@ references:
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.ProxyServer.GetCustomUpStreamProxyFunc
nameWithType
:
ProxyServer.GetCustomUpStreamProxyFunc
-
uid
:
Titanium.Web.Proxy.ProxyServer.OnClientConnectionCreate
name
:
OnClientConnectionCreate
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_OnClientConnectionCreate
commentId
:
E:Titanium.Web.Proxy.ProxyServer.OnClientConnectionCreate
fullName
:
Titanium.Web.Proxy.ProxyServer.OnClientConnectionCreate
nameWithType
:
ProxyServer.OnClientConnectionCreate
-
uid
:
Titanium.Web.Proxy.ProxyServer.OnServerConnectionCreate
name
:
OnServerConnectionCreate
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_OnServerConnectionCreate
commentId
:
E:Titanium.Web.Proxy.ProxyServer.OnServerConnectionCreate
fullName
:
Titanium.Web.Proxy.ProxyServer.OnServerConnectionCreate
nameWithType
:
ProxyServer.OnServerConnectionCreate
-
uid
:
Titanium.Web.Proxy.ProxyServer.ProxyEndPoints
name
:
ProxyEndPoints
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_ProxyEndPoints
...
...
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