Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit c1302ef

Browse files
authored
Merge pull request #865 from justcoding121/develop
Beta
2 parents 2feaa40 + 1236dce commit c1302ef

26 files changed

+284
-84
lines changed

docs/api/Titanium.Web.Proxy.ProxyServer.html

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

docs/api/Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,18 @@ <h3 id="methods">Methods
110110
</h3>
111111
<span class="small pull-right mobile-hide">
112112
<span class="divider">|</span>
113-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_CopyBodyAsync_Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_System_Boolean_System_Int64_System_Action_System_Byte___System_Int32_System_Int32__System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.CopyBodyAsync(Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter%2CSystem.Boolean%2CSystem.Int64%2CSystem.Action%7BSystem.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32%7D%2CSystem.Threading.CancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
113+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_CopyBodyAsync_Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_System_Boolean_System_Int64_System_Boolean_Titanium_Web_Proxy_EventArguments_SessionEventArgs_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.CopyBodyAsync(Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter%2CSystem.Boolean%2CSystem.Int64%2CSystem.Boolean%2CTitanium.Web.Proxy.EventArguments.SessionEventArgs%2CSystem.Threading.CancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
114114
</span>
115115
<span class="small pull-right mobile-hide">
116-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamReader.cs/#L13">View Source</a>
116+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamReader.cs/#L14">View Source</a>
117117
</span>
118118
<a id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_CopyBodyAsync_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.CopyBodyAsync*"></a>
119-
<h4 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_CopyBodyAsync_Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_System_Boolean_System_Int64_System_Action_System_Byte___System_Int32_System_Int32__System_Threading_CancellationToken_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.CopyBodyAsync(Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter,System.Boolean,System.Int64,System.Action{System.Byte[],System.Int32,System.Int32},System.Threading.CancellationToken)">CopyBodyAsync(IHttpStreamWriter, Boolean, Int64, Action&lt;Byte[], Int32, Int32&gt;, CancellationToken)</h4>
119+
<h4 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_CopyBodyAsync_Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_System_Boolean_System_Int64_System_Boolean_Titanium_Web_Proxy_EventArguments_SessionEventArgs_System_Threading_CancellationToken_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.CopyBodyAsync(Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter,System.Boolean,System.Int64,System.Boolean,Titanium.Web.Proxy.EventArguments.SessionEventArgs,System.Threading.CancellationToken)">CopyBodyAsync(IHttpStreamWriter, Boolean, Int64, Boolean, SessionEventArgs, CancellationToken)</h4>
120120
<div class="markdown level1 summary"></div>
121121
<div class="markdown level1 conceptual"></div>
122122
<h5 class="decalaration">Declaration</h5>
123123
<div class="codewrapper">
124-
<pre><code class="lang-csharp hljs">Task CopyBodyAsync(IHttpStreamWriter writer, bool isChunked, long contentLength, Action&lt;byte[], int, int&gt; onCopy, CancellationToken cancellationToken)</code></pre>
124+
<pre><code class="lang-csharp hljs">Task CopyBodyAsync(IHttpStreamWriter writer, bool isChunked, long contentLength, bool isRequest, SessionEventArgs args, CancellationToken cancellationToken)</code></pre>
125125
</div>
126126
<h5 class="parameters">Parameters</h5>
127127
<table class="table table-bordered table-striped table-condensed">
@@ -149,8 +149,13 @@ <h5 class="parameters">Parameters</h5>
149149
<td></td>
150150
</tr>
151151
<tr>
152-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.action-3">Action</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.byte">Byte</a>[], <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>&gt;</td>
153-
<td><span class="parametername">onCopy</span></td>
152+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
153+
<td><span class="parametername">isRequest</span></td>
154+
<td></td>
155+
</tr>
156+
<tr>
157+
<td><a class="xref" href="Titanium.Web.Proxy.EventArguments.SessionEventArgs.html">SessionEventArgs</a></td>
158+
<td><span class="parametername">args</span></td>
154159
<td></td>
155160
</tr>
156161
<tr>
@@ -180,7 +185,7 @@ <h5 class="returns">Returns</h5>
180185
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_Read_System_Byte___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.Read(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
181186
</span>
182187
<span class="small pull-right mobile-hide">
183-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamReader.cs/#L9">View Source</a>
188+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamReader.cs/#L10">View Source</a>
184189
</span>
185190
<a id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_Read_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.Read*"></a>
186191
<h4 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_Read_System_Byte___System_Int32_System_Int32_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.Read(System.Byte[],System.Int32,System.Int32)">Read(Byte[], Int32, Int32)</h4>
@@ -237,7 +242,7 @@ <h5 class="returns">Returns</h5>
237242
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_ReadAsync_System_Byte___System_Int32_System_Int32_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.ReadAsync(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32%2CSystem.Threading.CancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
238243
</span>
239244
<span class="small pull-right mobile-hide">
240-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamReader.cs/#L11">View Source</a>
245+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamReader.cs/#L12">View Source</a>
241246
</span>
242247
<a id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_ReadAsync_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.ReadAsync*"></a>
243248
<h4 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader_ReadAsync_System_Byte___System_Int32_System_Int32_System_Threading_CancellationToken_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">ReadAsync(Byte[], Int32, Int32, CancellationToken)</h4>
@@ -305,7 +310,7 @@ <h5 class="returns">Returns</h5>
305310
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamReader.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamReader%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
306311
</li>
307312
<li>
308-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamReader.cs/#L7" class="contribution-link">View Source</a>
313+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamReader.cs/#L8" class="contribution-link">View Source</a>
309314
</li>
310315
</ul>
311316
</div>

docs/api/Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.html

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,46 @@ <h5 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_syntax">Synt
9292
<div class="codewrapper">
9393
<pre><code class="lang-csharp hljs">public interface IHttpStreamWriter</code></pre>
9494
</div>
95+
<h3 id="properties">Properties
96+
</h3>
97+
<span class="small pull-right mobile-hide">
98+
<span class="divider">|</span>
99+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_IsNetworkStream.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.IsNetworkStream%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
100+
</span>
101+
<span class="small pull-right mobile-hide">
102+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamWriter.cs/#L11">View Source</a>
103+
</span>
104+
<a id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_IsNetworkStream_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.IsNetworkStream*"></a>
105+
<h4 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_IsNetworkStream" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.IsNetworkStream">IsNetworkStream</h4>
106+
<div class="markdown level1 summary"></div>
107+
<div class="markdown level1 conceptual"></div>
108+
<h5 class="decalaration">Declaration</h5>
109+
<div class="codewrapper">
110+
<pre><code class="lang-csharp hljs">bool IsNetworkStream { get; }</code></pre>
111+
</div>
112+
<h5 class="propertyValue">Property Value</h5>
113+
<table class="table table-bordered table-striped table-condensed">
114+
<thead>
115+
<tr>
116+
<th>Type</th>
117+
<th>Description</th>
118+
</tr>
119+
</thead>
120+
<tbody>
121+
<tr>
122+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
123+
<td></td>
124+
</tr>
125+
</tbody>
126+
</table>
95127
<h3 id="methods">Methods
96128
</h3>
97129
<span class="small pull-right mobile-hide">
98130
<span class="divider">|</span>
99131
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_Write_System_Byte___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.Write(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
100132
</span>
101133
<span class="small pull-right mobile-hide">
102-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamWriter.cs/#L11">View Source</a>
134+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamWriter.cs/#L13">View Source</a>
103135
</span>
104136
<a id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_Write_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.Write*"></a>
105137
<h4 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_Write_System_Byte___System_Int32_System_Int32_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.Write(System.Byte[],System.Int32,System.Int32)">Write(Byte[], Int32, Int32)</h4>
@@ -141,7 +173,7 @@ <h5 class="parameters">Parameters</h5>
141173
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_WriteAsync_System_Byte___System_Int32_System_Int32_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.WriteAsync(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32%2CSystem.Threading.CancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
142174
</span>
143175
<span class="small pull-right mobile-hide">
144-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamWriter.cs/#L13">View Source</a>
176+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamWriter.cs/#L15">View Source</a>
145177
</span>
146178
<a id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_WriteAsync_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.WriteAsync*"></a>
147179
<h4 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_WriteAsync_System_Byte___System_Int32_System_Int32_System_Threading_CancellationToken_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">WriteAsync(Byte[], Int32, Int32, CancellationToken)</h4>
@@ -203,7 +235,7 @@ <h5 class="returns">Returns</h5>
203235
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_WriteLineAsync_System_String_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.WriteLineAsync(System.String%2CSystem.Threading.CancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
204236
</span>
205237
<span class="small pull-right mobile-hide">
206-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamWriter.cs/#L17">View Source</a>
238+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamWriter.cs/#L19">View Source</a>
207239
</span>
208240
<a id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_WriteLineAsync_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.WriteLineAsync*"></a>
209241
<h4 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_WriteLineAsync_System_String_System_Threading_CancellationToken_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.WriteLineAsync(System.String,System.Threading.CancellationToken)">WriteLineAsync(String, CancellationToken)</h4>
@@ -255,7 +287,7 @@ <h5 class="returns">Returns</h5>
255287
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/new/develop/apiSpec/new?filename=Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_WriteLineAsync_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.WriteLineAsync(System.Threading.CancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
256288
</span>
257289
<span class="small pull-right mobile-hide">
258-
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamWriter.cs/#L15">View Source</a>
290+
<a href="https://github.com/justcoding121/Titanium-Web-Proxy/blob/develop/src/Titanium.Web.Proxy/StreamExtended/Network/IHttpStreamWriter.cs/#L17">View Source</a>
259291
</span>
260292
<a id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_WriteLineAsync_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.WriteLineAsync*"></a>
261293
<h4 id="Titanium_Web_Proxy_StreamExtended_Network_IHttpStreamWriter_WriteLineAsync_System_Threading_CancellationToken_" data-uid="Titanium.Web.Proxy.StreamExtended.Network.IHttpStreamWriter.WriteLineAsync(System.Threading.CancellationToken)">WriteLineAsync(CancellationToken)</h4>

0 commit comments

Comments
 (0)