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
adcd51fc
Commit
adcd51fc
authored
May 10, 2018
by
buildbot121
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API documentation update by build server
parent
2c9cdab7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
119 additions
and
55 deletions
+119
-55
Titanium.Web.Proxy.EventArguments.SessionEventArgs.html
...i/Titanium.Web.Proxy.EventArguments.SessionEventArgs.html
+9
-11
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html
...tanium.Web.Proxy.EventArguments.SessionEventArgsBase.html
+32
-14
Titanium.Web.Proxy.EventArguments.TunnelConnectSessionEventArgs.html
...b.Proxy.EventArguments.TunnelConnectSessionEventArgs.html
+5
-2
Titanium.Web.Proxy.ProxyServer.html
docs/api/Titanium.Web.Proxy.ProxyServer.html
+26
-0
index.json
docs/index.json
+4
-4
xrefmap.yml
docs/xrefmap.yml
+43
-24
No files found.
docs/api/Titanium.Web.Proxy.EventArguments.SessionEventArgs.html
View file @
adcd51fc
...
...
@@ -103,10 +103,13 @@ or when server terminates connection from proxy.</p>
<div
class=
"inheritedMembers"
>
<h5>
Inherited Members
</h5>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
BufferSize"
>
SessionEventArgsBase.B
ufferSize
</a>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
bufferSize"
>
SessionEventArgsBase.b
ufferSize
</a>
</div>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_ExceptionFunc"
>
SessionEventArgsBase.ExceptionFunc
</a>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_bufferPool"
>
SessionEventArgsBase.bufferPool
</a>
</div>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_exceptionFunc"
>
SessionEventArgsBase.exceptionFunc
</a>
</div>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_UserData"
>
SessionEventArgsBase.UserData
</a>
...
...
@@ -177,12 +180,12 @@ or when server terminates connection from proxy.</p>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgs__ctor_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgs.#ctor*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgs__ctor_
System_Int32_Titanium_Web_Proxy_Models_ProxyEndPoint_Titanium_Web_Proxy_Http_Request_System_Threading_CancellationTokenSource_Titanium_Web_Proxy_ExceptionHandler_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgs.#ctor(System.Int32,Titanium.Web.Proxy.Models.ProxyEndPoint,Titanium.Web.Proxy.Http.Request,System.Threading.CancellationTokenSource,Titanium.Web.Proxy.ExceptionHandler)"
>
SessionEventArgs(Int32, ProxyEndPoint, Request, CancellationTokenSource, ExceptionHandler
)
</h4>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgs__ctor_
Titanium_Web_Proxy_ProxyServer_Titanium_Web_Proxy_Models_ProxyEndPoint_Titanium_Web_Proxy_Http_Request_System_Threading_CancellationTokenSource_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgs.#ctor(Titanium.Web.Proxy.ProxyServer,Titanium.Web.Proxy.Models.ProxyEndPoint,Titanium.Web.Proxy.Http.Request,System.Threading.CancellationTokenSource)"
>
SessionEventArgs(ProxyServer, ProxyEndPoint, Request, CancellationTokenSource
)
</h4>
<div
class=
"markdown level1 summary"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
protected SessionEventArgs(
int bufferSize, ProxyEndPoint endPoint, Request request, CancellationTokenSource cancellationTokenSource, ExceptionHandler exceptionFunc
)
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
protected SessionEventArgs(
ProxyServer server, ProxyEndPoint endPoint, Request request, CancellationTokenSource cancellationTokenSource
)
</code></pre>
</div>
<h5
class=
"parameters"
>
Parameters
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -195,8 +198,8 @@ or when server terminates connection from proxy.</p>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"
https://docs.microsoft.com/dotnet/api/system.int32"
>
Int32
</a></td>
<td><span
class=
"parametername"
>
bufferSize
</span></td>
<td><a
class=
"xref"
href=
"
Titanium.Web.Proxy.ProxyServer.html"
>
ProxyServer
</a></td>
<td><span
class=
"parametername"
>
server
</span></td>
<td></td>
</tr>
<tr>
...
...
@@ -214,11 +217,6 @@ or when server terminates connection from proxy.</p>
<td><span
class=
"parametername"
>
cancellationTokenSource
</span></td>
<td></td>
</tr>
<tr>
<td><a
class=
"xref"
href=
"Titanium.Web.Proxy.ExceptionHandler.html"
>
ExceptionHandler
</a></td>
<td><span
class=
"parametername"
>
exceptionFunc
</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3
id=
"properties"
>
Properties
...
...
docs/api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html
View file @
adcd51fc
...
...
@@ -139,12 +139,12 @@ or when server terminates connection from proxy.</p>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase__ctor_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.#ctor*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase__ctor_
System_Int32_Titanium_Web_Proxy_Models_ProxyEndPoint_System_Threading_CancellationTokenSource_Titanium_Web_Proxy_Http_Request_Titanium_Web_Proxy_ExceptionHandler_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.#ctor(System.Int32,Titanium.Web.Proxy.Models.ProxyEndPoint,System.Threading.CancellationTokenSource,Titanium.Web.Proxy.Http.Request,Titanium.Web.Proxy.ExceptionHandler)"
>
SessionEventArgsBase(Int32, ProxyEndPoint, CancellationTokenSource, Request, ExceptionHandler
)
</h4>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase__ctor_
Titanium_Web_Proxy_ProxyServer_Titanium_Web_Proxy_Models_ProxyEndPoint_System_Threading_CancellationTokenSource_Titanium_Web_Proxy_Http_Request_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.#ctor(Titanium.Web.Proxy.ProxyServer,Titanium.Web.Proxy.Models.ProxyEndPoint,System.Threading.CancellationTokenSource,Titanium.Web.Proxy.Http.Request)"
>
SessionEventArgsBase(ProxyServer, ProxyEndPoint, CancellationTokenSource, Request
)
</h4>
<div
class=
"markdown level1 summary"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
protected SessionEventArgsBase(
int bufferSize, ProxyEndPoint endPoint, CancellationTokenSource cancellationTokenSource, Request request, ExceptionHandler exceptionFunc
)
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
protected SessionEventArgsBase(
ProxyServer server, ProxyEndPoint endPoint, CancellationTokenSource cancellationTokenSource, Request request
)
</code></pre>
</div>
<h5
class=
"parameters"
>
Parameters
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -157,8 +157,8 @@ or when server terminates connection from proxy.</p>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"
https://docs.microsoft.com/dotnet/api/system.int32"
>
Int32
</a></td>
<td><span
class=
"parametername"
>
bufferSize
</span></td>
<td><a
class=
"xref"
href=
"
Titanium.Web.Proxy.ProxyServer.html"
>
ProxyServer
</a></td>
<td><span
class=
"parametername"
>
server
</span></td>
<td></td>
</tr>
<tr>
...
...
@@ -176,24 +176,42 @@ or when server terminates connection from proxy.</p>
<td><span
class=
"parametername"
>
request
</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3
id=
"fields"
>
Fields
</h3>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_bufferPool"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.bufferPool"
>
bufferPool
</h4>
<div
class=
"markdown level1 summary"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
protected readonly IBufferPool bufferPool
</code></pre>
</div>
<h5
class=
"fieldValue"
>
Field 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=
"Titanium.Web.Proxy.ExceptionHandler.html"
>
ExceptionHandler
</a></td>
<td><span
class=
"parametername"
>
exceptionFunc
</span></td>
<td><span
class=
"xref"
>
StreamExtended.IBufferPool
</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3
id=
"fields"
>
Fields
</h3>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_BufferSize"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.BufferSize"
>
BufferSize
</h4>
<div
class=
"markdown level1 summary"
><p>
Size of Buffers used by this object
</p>
</div>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_bufferSize"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.bufferSize"
>
bufferSize
</h4>
<div
class=
"markdown level1 summary"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
protected readonly int
B
ufferSize
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
protected readonly int
b
ufferSize
</code></pre>
</div>
<h5
class=
"fieldValue"
>
Field Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -212,12 +230,12 @@ or when server terminates connection from proxy.</p>
</table>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
ExceptionFunc"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.ExceptionFunc"
>
E
xceptionFunc
</h4>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
exceptionFunc"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.exceptionFunc"
>
e
xceptionFunc
</h4>
<div
class=
"markdown level1 summary"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
protected readonly ExceptionHandler
E
xceptionFunc
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
protected readonly ExceptionHandler
e
xceptionFunc
</code></pre>
</div>
<h5
class=
"fieldValue"
>
Field Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
docs/api/Titanium.Web.Proxy.EventArguments.TunnelConnectSessionEventArgs.html
View file @
adcd51fc
...
...
@@ -100,10 +100,13 @@
<div
class=
"inheritedMembers"
>
<h5>
Inherited Members
</h5>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
BufferSize"
>
SessionEventArgsBase.B
ufferSize
</a>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
bufferSize"
>
SessionEventArgsBase.b
ufferSize
</a>
</div>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_ExceptionFunc"
>
SessionEventArgsBase.ExceptionFunc
</a>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_bufferPool"
>
SessionEventArgsBase.bufferPool
</a>
</div>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_exceptionFunc"
>
SessionEventArgsBase.exceptionFunc
</a>
</div>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_UserData"
>
SessionEventArgsBase.UserData
</a>
...
...
docs/api/Titanium.Web.Proxy.ProxyServer.html
View file @
adcd51fc
...
...
@@ -258,6 +258,32 @@ Should return true for successful authentication.</p>
</table>
<a
id=
"Titanium_Web_Proxy_ProxyServer_BufferPool_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferPool*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_BufferPool"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferPool"
>
BufferPool
</h4>
<div
class=
"markdown level1 summary"
><p>
The buffer pool used throughout this proxy instance.
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public IBufferPool BufferPool { 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><span
class=
"xref"
>
StreamExtended.IBufferPool
</span></td>
<td></td>
</tr>
</tbody>
</table>
<a
id=
"Titanium_Web_Proxy_ProxyServer_BufferSize_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferSize*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_BufferSize"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferSize"
>
BufferSize
</h4>
<div
class=
"markdown level1 summary"
><p>
Buffer size used throughout this proxy.
</p>
...
...
docs/index.json
View file @
adcd51fc
This diff is collapsed.
Click to expand it.
docs/xrefmap.yml
View file @
adcd51fc
...
...
@@ -247,12 +247,12 @@ references:
commentId
:
T:Titanium.Web.Proxy.EventArguments.SessionEventArgs
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgs
nameWithType
:
SessionEventArgs
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgs.#ctor(
System.Int32,Titanium.Web.Proxy.Models.ProxyEndPoint,Titanium.Web.Proxy.Http.Request,System.Threading.CancellationTokenSource,Titanium.Web.Proxy.ExceptionHandler
)
name
:
SessionEventArgs(
Int32, ProxyEndPoint, Request, CancellationTokenSource, ExceptionHandler
)
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgs.html#Titanium_Web_Proxy_EventArguments_SessionEventArgs__ctor_
System_Int32_Titanium_Web_Proxy_Models_ProxyEndPoint_Titanium_Web_Proxy_Http_Request_System_Threading_CancellationTokenSource_Titanium_Web_Proxy_ExceptionHandler
_
commentId
:
M:Titanium.Web.Proxy.EventArguments.SessionEventArgs.#ctor(
System.Int32,Titanium.Web.Proxy.Models.ProxyEndPoint,Titanium.Web.Proxy.Http.Request,System.Threading.CancellationTokenSource,Titanium.Web.Proxy.ExceptionHandler
)
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgs.SessionEventArgs(
System.Int32, Titanium.Web.Proxy.Models.ProxyEndPoint, Titanium.Web.Proxy.Http.Request, System.Threading.CancellationTokenSource, Titanium.Web.Proxy.ExceptionHandler
)
nameWithType
:
SessionEventArgs.SessionEventArgs(
Int32, ProxyEndPoint, Request, CancellationTokenSource, ExceptionHandler
)
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgs.#ctor(
Titanium.Web.Proxy.ProxyServer,Titanium.Web.Proxy.Models.ProxyEndPoint,Titanium.Web.Proxy.Http.Request,System.Threading.CancellationTokenSource
)
name
:
SessionEventArgs(
ProxyServer, ProxyEndPoint, Request, CancellationTokenSource
)
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgs.html#Titanium_Web_Proxy_EventArguments_SessionEventArgs__ctor_
Titanium_Web_Proxy_ProxyServer_Titanium_Web_Proxy_Models_ProxyEndPoint_Titanium_Web_Proxy_Http_Request_System_Threading_CancellationTokenSource
_
commentId
:
M:Titanium.Web.Proxy.EventArguments.SessionEventArgs.#ctor(
Titanium.Web.Proxy.ProxyServer,Titanium.Web.Proxy.Models.ProxyEndPoint,Titanium.Web.Proxy.Http.Request,System.Threading.CancellationTokenSource
)
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgs.SessionEventArgs(
Titanium.Web.Proxy.ProxyServer, Titanium.Web.Proxy.Models.ProxyEndPoint, Titanium.Web.Proxy.Http.Request, System.Threading.CancellationTokenSource
)
nameWithType
:
SessionEventArgs.SessionEventArgs(
ProxyServer, ProxyEndPoint, Request, CancellationTokenSource
)
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgs.#ctor*
name
:
SessionEventArgs
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgs.html#Titanium_Web_Proxy_EventArguments_SessionEventArgs__ctor_
...
...
@@ -497,12 +497,12 @@ references:
commentId
:
T:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase
nameWithType
:
SessionEventArgsBase
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.#ctor(
System.Int32,Titanium.Web.Proxy.Models.ProxyEndPoint,System.Threading.CancellationTokenSource,Titanium.Web.Proxy.Http.Request,Titanium.Web.Proxy.ExceptionHandler
)
name
:
SessionEventArgsBase(
Int32, ProxyEndPoint, CancellationTokenSource, Request, ExceptionHandler
)
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase__ctor_
System_Int32_Titanium_Web_Proxy_Models_ProxyEndPoint_System_Threading_CancellationTokenSource_Titanium_Web_Proxy_Http_Request_Titanium_Web_Proxy_ExceptionHandler
_
commentId
:
M:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.#ctor(
System.Int32,Titanium.Web.Proxy.Models.ProxyEndPoint,System.Threading.CancellationTokenSource,Titanium.Web.Proxy.Http.Request,Titanium.Web.Proxy.ExceptionHandler
)
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.SessionEventArgsBase(
System.Int32, Titanium.Web.Proxy.Models.ProxyEndPoint, System.Threading.CancellationTokenSource, Titanium.Web.Proxy.Http.Request, Titanium.Web.Proxy.ExceptionHandler
)
nameWithType
:
SessionEventArgsBase.SessionEventArgsBase(
Int32, ProxyEndPoint, CancellationTokenSource, Request, ExceptionHandler
)
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.#ctor(
Titanium.Web.Proxy.ProxyServer,Titanium.Web.Proxy.Models.ProxyEndPoint,System.Threading.CancellationTokenSource,Titanium.Web.Proxy.Http.Request
)
name
:
SessionEventArgsBase(
ProxyServer, ProxyEndPoint, CancellationTokenSource, Request
)
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase__ctor_
Titanium_Web_Proxy_ProxyServer_Titanium_Web_Proxy_Models_ProxyEndPoint_System_Threading_CancellationTokenSource_Titanium_Web_Proxy_Http_Request
_
commentId
:
M:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.#ctor(
Titanium.Web.Proxy.ProxyServer,Titanium.Web.Proxy.Models.ProxyEndPoint,System.Threading.CancellationTokenSource,Titanium.Web.Proxy.Http.Request
)
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.SessionEventArgsBase(
Titanium.Web.Proxy.ProxyServer, Titanium.Web.Proxy.Models.ProxyEndPoint, System.Threading.CancellationTokenSource, Titanium.Web.Proxy.Http.Request
)
nameWithType
:
SessionEventArgsBase.SessionEventArgsBase(
ProxyServer, ProxyEndPoint, CancellationTokenSource, Request
)
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.#ctor*
name
:
SessionEventArgsBase
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase__ctor_
...
...
@@ -510,12 +510,18 @@ references:
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.SessionEventArgsBase
nameWithType
:
SessionEventArgsBase.SessionEventArgsBase
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.BufferSize
name
:
BufferSize
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_BufferSize
commentId
:
F:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.BufferSize
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.BufferSize
nameWithType
:
SessionEventArgsBase.BufferSize
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.bufferPool
name
:
bufferPool
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_bufferPool
commentId
:
F:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.bufferPool
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.bufferPool
nameWithType
:
SessionEventArgsBase.bufferPool
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.bufferSize
name
:
bufferSize
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_bufferSize
commentId
:
F:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.bufferSize
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.bufferSize
nameWithType
:
SessionEventArgsBase.bufferSize
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.ClientEndPoint
name
:
ClientEndPoint
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_ClientEndPoint
...
...
@@ -580,12 +586,12 @@ references:
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.Exception
nameWithType
:
SessionEventArgsBase.Exception
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.
E
xceptionFunc
name
:
E
xceptionFunc
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
E
xceptionFunc
commentId
:
F:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.
E
xceptionFunc
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.
E
xceptionFunc
nameWithType
:
SessionEventArgsBase.
E
xceptionFunc
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.
e
xceptionFunc
name
:
e
xceptionFunc
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
e
xceptionFunc
commentId
:
F:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.
e
xceptionFunc
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.
e
xceptionFunc
nameWithType
:
SessionEventArgsBase.
e
xceptionFunc
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsHttps
name
:
IsHttps
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_IsHttps
...
...
@@ -2596,6 +2602,19 @@ references:
commentId
:
E:Titanium.Web.Proxy.ProxyServer.BeforeResponse
fullName
:
Titanium.Web.Proxy.ProxyServer.BeforeResponse
nameWithType
:
ProxyServer.BeforeResponse
-
uid
:
Titanium.Web.Proxy.ProxyServer.BufferPool
name
:
BufferPool
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_BufferPool
commentId
:
P:Titanium.Web.Proxy.ProxyServer.BufferPool
fullName
:
Titanium.Web.Proxy.ProxyServer.BufferPool
nameWithType
:
ProxyServer.BufferPool
-
uid
:
Titanium.Web.Proxy.ProxyServer.BufferPool*
name
:
BufferPool
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_BufferPool_
commentId
:
Overload:Titanium.Web.Proxy.ProxyServer.BufferPool
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.ProxyServer.BufferPool
nameWithType
:
ProxyServer.BufferPool
-
uid
:
Titanium.Web.Proxy.ProxyServer.BufferSize
name
:
BufferSize
href
:
api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_BufferSize
...
...
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