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
081d1b8c
Commit
081d1b8c
authored
May 06, 2018
by
buildbot121
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API documentation update by build server
parent
3299cd69
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
67 additions
and
67 deletions
+67
-67
Titanium.Web.Proxy.EventArguments.SessionEventArgs.html
...i/Titanium.Web.Proxy.EventArguments.SessionEventArgs.html
+1
-1
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html
...tanium.Web.Proxy.EventArguments.SessionEventArgsBase.html
+20
-20
Titanium.Web.Proxy.EventArguments.TunnelConnectSessionEventArgs.html
...b.Proxy.EventArguments.TunnelConnectSessionEventArgs.html
+1
-1
Titanium.Web.Proxy.Http.HttpWebClient.html
docs/api/Titanium.Web.Proxy.Http.HttpWebClient.html
+15
-15
index.json
docs/index.json
+4
-4
xrefmap.yml
docs/xrefmap.yml
+26
-26
No files found.
docs/api/Titanium.Web.Proxy.EventArguments.SessionEventArgs.html
View file @
081d1b8c
...
...
@@ -109,7 +109,7 @@ or when server terminates connection from proxy.</p>
<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_
Id"
>
SessionEventArgsBase.Id
</a>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
UserData"
>
SessionEventArgsBase.UserData
</a>
</div>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_IsHttps"
>
SessionEventArgsBase.IsHttps
</a>
...
...
docs/api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html
View file @
081d1b8c
...
...
@@ -316,15 +316,14 @@ or when server terminates connection from proxy.</p>
</table>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_Id_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.Id*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_Id"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.Id"
>
Id
</h4>
<div
class=
"markdown level1 summary"
><p>
Returns a unique Id for this request/response session which is
same as the RequestId of WebSession.
</p>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_IsHttps_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsHttps*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_IsHttps"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsHttps"
>
IsHttps
</h4>
<div
class=
"markdown level1 summary"
><p>
Does this session uses SSL?
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public
Guid Id
{ get; }
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
public
bool IsHttps
{ get; }
</code></pre>
</div>
<h5
class=
"propertyValue"
>
Property Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -336,21 +335,21 @@ same as the RequestId of WebSession.</p>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"https://docs.microsoft.com/dotnet/api/system.
guid"
>
Guid
</a></td>
<td><a
class=
"xref"
href=
"https://docs.microsoft.com/dotnet/api/system.
boolean"
>
Boolean
</a></td>
<td></td>
</tr>
</tbody>
</table>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_Is
Https_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsHttps
*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_Is
Https"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsHttps"
>
IsHttps
</h4>
<div
class=
"markdown level1 summary"
><p>
Does this session uses SSL
?
</p>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_Is
Transparent_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsTransparent
*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_Is
Transparent"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsTransparent"
>
IsTransparent
</h4>
<div
class=
"markdown level1 summary"
><p>
Is this a transparent endpoint
?
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public bool Is
Https
{ get; }
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
public bool Is
Transparent
{ get; }
</code></pre>
</div>
<h5
class=
"propertyValue"
>
Property Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -369,14 +368,14 @@ same as the RequestId of WebSession.</p>
</table>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
IsTransparent_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsTranspare
nt*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
IsTransparent"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsTransparent"
>
IsTranspare
nt
</h4>
<div
class=
"markdown level1 summary"
><p>
Is this a transparent endpoint?
</p>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
LocalEndPoint_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.LocalEndPoi
nt*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
LocalEndPoint"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.LocalEndPoint"
>
LocalEndPoi
nt
</h4>
<div
class=
"markdown level1 summary"
><p>
Local endpoint via which we make the request.
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public
bool IsTranspare
nt { get; }
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
public
ProxyEndPoint LocalEndPoi
nt { get; }
</code></pre>
</div>
<h5
class=
"propertyValue"
>
Property Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -388,21 +387,22 @@ same as the RequestId of WebSession.</p>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"
https://docs.microsoft.com/dotnet/api/system.boolean"
>
Boolean
</a></td>
<td><a
class=
"xref"
href=
"
Titanium.Web.Proxy.Models.ProxyEndPoint.html"
>
ProxyEndPoint
</a></td>
<td></td>
</tr>
</tbody>
</table>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_LocalEndPoint_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.LocalEndPoint*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_LocalEndPoint"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.LocalEndPoint"
>
LocalEndPoint
</h4>
<div
class=
"markdown level1 summary"
><p>
Local endpoint via which we make the request.
</p>
<a
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_UserData_"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.UserData*"
></a>
<h4
id=
"Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_UserData"
data-uid=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.UserData"
>
UserData
</h4>
<div
class=
"markdown level1 summary"
><p>
Returns a user data for this request/response session which is
same as the user data of WebSession.
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public
ProxyEndPoint LocalEndPoint { g
et; }
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
public
object UserData { get; s
et; }
</code></pre>
</div>
<h5
class=
"propertyValue"
>
Property Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -414,7 +414,7 @@ same as the RequestId of WebSession.</p>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"
Titanium.Web.Proxy.Models.ProxyEndPoint.html"
>
ProxyEndPoin
t
</a></td>
<td><a
class=
"xref"
href=
"
https://docs.microsoft.com/dotnet/api/system.object"
>
Objec
t
</a></td>
<td></td>
</tr>
</tbody>
...
...
docs/api/Titanium.Web.Proxy.EventArguments.TunnelConnectSessionEventArgs.html
View file @
081d1b8c
...
...
@@ -106,7 +106,7 @@
<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_
Id"
>
SessionEventArgsBase.Id
</a>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_
UserData"
>
SessionEventArgsBase.UserData
</a>
</div>
<div>
<a
class=
"xref"
href=
"Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_IsHttps"
>
SessionEventArgsBase.IsHttps
</a>
...
...
docs/api/Titanium.Web.Proxy.Http.HttpWebClient.html
View file @
081d1b8c
...
...
@@ -230,14 +230,14 @@ If client is remote then this will return</p>
</table>
<a
id=
"Titanium_Web_Proxy_Http_HttpWebClient_Re
questId_"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.RequestId
*"
></a>
<h4
id=
"Titanium_Web_Proxy_Http_HttpWebClient_Re
questId"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.RequestId"
>
RequestId
</h4>
<div
class=
"markdown level1 summary"
><p>
Request ID
.
</p>
<a
id=
"Titanium_Web_Proxy_Http_HttpWebClient_Re
sponse_"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.Response
*"
></a>
<h4
id=
"Titanium_Web_Proxy_Http_HttpWebClient_Re
sponse"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.Response"
>
Response
</h4>
<div
class=
"markdown level1 summary"
><p>
Web Response
.
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public
Guid RequestId
{ get; }
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
public
Response Response
{ get; }
</code></pre>
</div>
<h5
class=
"propertyValue"
>
Property Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -249,21 +249,21 @@ If client is remote then this will return</p>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"
https://docs.microsoft.com/dotnet/api/system.guid"
>
Guid
</a></td>
<td><a
class=
"xref"
href=
"
Titanium.Web.Proxy.Http.Response.html"
>
Response
</a></td>
<td></td>
</tr>
</tbody>
</table>
<a
id=
"Titanium_Web_Proxy_Http_HttpWebClient_
Response_"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.Response
*"
></a>
<h4
id=
"Titanium_Web_Proxy_Http_HttpWebClient_
Response"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.Response"
>
Response
</h4>
<div
class=
"markdown level1 summary"
><p>
Web Response.
</p>
<a
id=
"Titanium_Web_Proxy_Http_HttpWebClient_
UpStreamEndPoint_"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.UpStreamEndPoint
*"
></a>
<h4
id=
"Titanium_Web_Proxy_Http_HttpWebClient_
UpStreamEndPoint"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.UpStreamEndPoint"
>
UpStreamEndPoint
</h4>
<div
class=
"markdown level1 summary"
><p>
Override UpStreamEndPoint for this request; Local NIC via request is made
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public
Response Response { g
et; }
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
public
IPEndPoint UpStreamEndPoint { get; s
et; }
</code></pre>
</div>
<h5
class=
"propertyValue"
>
Property Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -275,21 +275,21 @@ If client is remote then this will return</p>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"
Titanium.Web.Proxy.Http.Response.html"
>
Response
</a></td>
<td><a
class=
"xref"
href=
"
https://docs.microsoft.com/dotnet/api/system.net.ipendpoint"
>
IPEndPoint
</a></td>
<td></td>
</tr>
</tbody>
</table>
<a
id=
"Titanium_Web_Proxy_Http_HttpWebClient_U
pStreamEndPoint_"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.UpStreamEndPoint
*"
></a>
<h4
id=
"Titanium_Web_Proxy_Http_HttpWebClient_U
pStreamEndPoint"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.UpStreamEndPoint"
>
UpStreamEndPoint
</h4>
<div
class=
"markdown level1 summary"
><p>
Override UpStreamEndPoint for this request; Local NIC via request is made
</p>
<a
id=
"Titanium_Web_Proxy_Http_HttpWebClient_U
serData_"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.UserData
*"
></a>
<h4
id=
"Titanium_Web_Proxy_Http_HttpWebClient_U
serData"
data-uid=
"Titanium.Web.Proxy.Http.HttpWebClient.UserData"
>
UserData
</h4>
<div
class=
"markdown level1 summary"
><p>
Gets or sets the user data.
</p>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<div
class=
"codewrapper"
>
<pre><code
class=
"lang-csharp hljs"
>
public
IPEndPoint UpStreamEndPoint
{ get; set; }
</code></pre>
<pre><code
class=
"lang-csharp hljs"
>
public
object UserData
{ get; set; }
</code></pre>
</div>
<h5
class=
"propertyValue"
>
Property Value
</h5>
<table
class=
"table table-bordered table-striped table-condensed"
>
...
...
@@ -301,7 +301,7 @@ If client is remote then this will return</p>
</thead>
<tbody>
<tr>
<td><a
class=
"xref"
href=
"https://docs.microsoft.com/dotnet/api/system.
net.ipendpoint"
>
IPEndPoin
t
</a></td>
<td><a
class=
"xref"
href=
"https://docs.microsoft.com/dotnet/api/system.
object"
>
Objec
t
</a></td>
<td></td>
</tr>
</tbody>
...
...
docs/index.json
View file @
081d1b8c
This diff is collapsed.
Click to expand it.
docs/xrefmap.yml
View file @
081d1b8c
...
...
@@ -586,19 +586,6 @@ references:
commentId
:
F:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.ExceptionFunc
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.ExceptionFunc
nameWithType
:
SessionEventArgsBase.ExceptionFunc
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.Id
name
:
Id
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_Id
commentId
:
P:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.Id
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.Id
nameWithType
:
SessionEventArgsBase.Id
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.Id*
name
:
Id
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_Id_
commentId
:
Overload:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.Id
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.Id
nameWithType
:
SessionEventArgsBase.Id
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.IsHttps
name
:
IsHttps
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_IsHttps
...
...
@@ -651,6 +638,19 @@ references:
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.TerminateSession
nameWithType
:
SessionEventArgsBase.TerminateSession
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.UserData
name
:
UserData
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_UserData
commentId
:
P:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.UserData
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.UserData
nameWithType
:
SessionEventArgsBase.UserData
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.UserData*
name
:
UserData
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_UserData_
commentId
:
Overload:Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.UserData
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.UserData
nameWithType
:
SessionEventArgsBase.UserData
-
uid
:
Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.WebSession
name
:
WebSession
href
:
api/Titanium.Web.Proxy.EventArguments.SessionEventArgsBase.html#Titanium_Web_Proxy_EventArguments_SessionEventArgsBase_WebSession
...
...
@@ -1130,19 +1130,6 @@ references:
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.Http.HttpWebClient.Request
nameWithType
:
HttpWebClient.Request
-
uid
:
Titanium.Web.Proxy.Http.HttpWebClient.RequestId
name
:
RequestId
href
:
api/Titanium.Web.Proxy.Http.HttpWebClient.html#Titanium_Web_Proxy_Http_HttpWebClient_RequestId
commentId
:
P:Titanium.Web.Proxy.Http.HttpWebClient.RequestId
fullName
:
Titanium.Web.Proxy.Http.HttpWebClient.RequestId
nameWithType
:
HttpWebClient.RequestId
-
uid
:
Titanium.Web.Proxy.Http.HttpWebClient.RequestId*
name
:
RequestId
href
:
api/Titanium.Web.Proxy.Http.HttpWebClient.html#Titanium_Web_Proxy_Http_HttpWebClient_RequestId_
commentId
:
Overload:Titanium.Web.Proxy.Http.HttpWebClient.RequestId
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.Http.HttpWebClient.RequestId
nameWithType
:
HttpWebClient.RequestId
-
uid
:
Titanium.Web.Proxy.Http.HttpWebClient.Response
name
:
Response
href
:
api/Titanium.Web.Proxy.Http.HttpWebClient.html#Titanium_Web_Proxy_Http_HttpWebClient_Response
...
...
@@ -1169,6 +1156,19 @@ references:
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.Http.HttpWebClient.UpStreamEndPoint
nameWithType
:
HttpWebClient.UpStreamEndPoint
-
uid
:
Titanium.Web.Proxy.Http.HttpWebClient.UserData
name
:
UserData
href
:
api/Titanium.Web.Proxy.Http.HttpWebClient.html#Titanium_Web_Proxy_Http_HttpWebClient_UserData
commentId
:
P:Titanium.Web.Proxy.Http.HttpWebClient.UserData
fullName
:
Titanium.Web.Proxy.Http.HttpWebClient.UserData
nameWithType
:
HttpWebClient.UserData
-
uid
:
Titanium.Web.Proxy.Http.HttpWebClient.UserData*
name
:
UserData
href
:
api/Titanium.Web.Proxy.Http.HttpWebClient.html#Titanium_Web_Proxy_Http_HttpWebClient_UserData_
commentId
:
Overload:Titanium.Web.Proxy.Http.HttpWebClient.UserData
isSpec
:
"
True"
fullName
:
Titanium.Web.Proxy.Http.HttpWebClient.UserData
nameWithType
:
HttpWebClient.UserData
-
uid
:
Titanium.Web.Proxy.Http.KnownHeaders
name
:
KnownHeaders
href
:
api/Titanium.Web.Proxy.Http.KnownHeaders.html
...
...
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