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

Commit 108cf2c

Browse files
committed
2 parents 1946438 + d58a548 commit 108cf2c

29 files changed

+248
-552
lines changed

docs/api/Titanium.Web.Proxy.EventArguments.AsyncEventHandler-1.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1 id="Titanium_Web_Proxy_EventArguments_AsyncEventHandler_1" data-uid="Titanium.Web.Proxy.EventArguments.AsyncEventHandler`1" class="text-break">Delegate AsyncEventHandler&lt;TEventArgs&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>A generic asynchronous event handler used by this proxy.</p>
86+
<div class="markdown level0 summary"><p>A generic asynchronous event handler used by the proxy.</p>
8787
</div>
8888
<div class="markdown level0 conceptual"></div>
8989
<h6><strong>Namespace</strong>: <a class="xref" href="Titanium.Web.Proxy.EventArguments.html">Titanium.Web.Proxy.EventArguments</a></h6>
@@ -142,7 +142,8 @@ <h5 class="typeParameters">Type Parameters</h5>
142142
<tbody>
143143
<tr>
144144
<td><span class="parametername">TEventArgs</span></td>
145-
<td></td>
145+
<td><p>Event argument type.</p>
146+
</td>
146147
</tr>
147148
</tbody>
148149
</table>

docs/api/Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h5 class="propertyValue">Property Value</h5>
159159

160160
<a id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs_SniHostName_" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.SniHostName*"></a>
161161
<h4 id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs_SniHostName" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.SniHostName">SniHostName</h4>
162-
<div class="markdown level1 summary"><p>The server name indication hostname.</p>
162+
<div class="markdown level1 summary"><p>The server name indication hostname if available. Otherwise the generic certificate hostname of TransparentEndPoint.</p>
163163
</div>
164164
<div class="markdown level1 conceptual"></div>
165165
<h5 class="decalaration">Declaration</h5>
@@ -187,7 +187,7 @@ <h3 id="methods">Methods
187187

188188
<a id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs_TerminateSession_" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.TerminateSession*"></a>
189189
<h4 id="Titanium_Web_Proxy_EventArguments_BeforeSslAuthenticateEventArgs_TerminateSession" data-uid="Titanium.Web.Proxy.EventArguments.BeforeSslAuthenticateEventArgs.TerminateSession">TerminateSession()</h4>
190-
<div class="markdown level1 summary"><p>Terminate the request abruptly.</p>
190+
<div class="markdown level1 summary"><p>Terminate the request abruptly by closing client/server connections.</p>
191191
</div>
192192
<div class="markdown level1 conceptual"></div>
193193
<h5 class="decalaration">Declaration</h5>

docs/api/Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3 id="properties">Properties
131131

132132
<a id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_AcceptableIssuers_" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.AcceptableIssuers*"></a>
133133
<h4 id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_AcceptableIssuers" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.AcceptableIssuers">AcceptableIssuers</h4>
134-
<div class="markdown level1 summary"><p>Acceptable issuers mentioned by server.</p>
134+
<div class="markdown level1 summary"><p>Acceptable issuers as listed by remoted server.</p>
135135
</div>
136136
<div class="markdown level1 conceptual"></div>
137137
<h5 class="decalaration">Declaration</h5>
@@ -157,7 +157,7 @@ <h5 class="propertyValue">Property Value</h5>
157157

158158
<a id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_ClientCertificate_" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.ClientCertificate*"></a>
159159
<h4 id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_ClientCertificate" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.ClientCertificate">ClientCertificate</h4>
160-
<div class="markdown level1 summary"><p>Client Certificate we selected.</p>
160+
<div class="markdown level1 summary"><p>Client Certificate we selected. Set this value to override.</p>
161161
</div>
162162
<div class="markdown level1 conceptual"></div>
163163
<h5 class="decalaration">Declaration</h5>
@@ -183,7 +183,7 @@ <h5 class="propertyValue">Property Value</h5>
183183

184184
<a id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_LocalCertificates_" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.LocalCertificates*"></a>
185185
<h4 id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_LocalCertificates" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.LocalCertificates">LocalCertificates</h4>
186-
<div class="markdown level1 summary"><p>Local certificates with matching issuers.</p>
186+
<div class="markdown level1 summary"><p>Local certificates in store with matching issuers requested by TargetHost website.</p>
187187
</div>
188188
<div class="markdown level1 conceptual"></div>
189189
<h5 class="decalaration">Declaration</h5>
@@ -209,7 +209,7 @@ <h5 class="propertyValue">Property Value</h5>
209209

210210
<a id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_RemoteCertificate_" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.RemoteCertificate*"></a>
211211
<h4 id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_RemoteCertificate" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.RemoteCertificate">RemoteCertificate</h4>
212-
<div class="markdown level1 summary"><p>Remote certificate of the server.</p>
212+
<div class="markdown level1 summary"><p>Certificate of the remote server.</p>
213213
</div>
214214
<div class="markdown level1 conceptual"></div>
215215
<h5 class="decalaration">Declaration</h5>
@@ -261,7 +261,7 @@ <h5 class="propertyValue">Property Value</h5>
261261

262262
<a id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_TargetHost_" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.TargetHost*"></a>
263263
<h4 id="Titanium_Web_Proxy_EventArguments_CertificateSelectionEventArgs_TargetHost" data-uid="Titanium.Web.Proxy.EventArguments.CertificateSelectionEventArgs.TargetHost">TargetHost</h4>
264-
<div class="markdown level1 summary"><p>The host to which we are authenticating against.</p>
264+
<div class="markdown level1 summary"><p>The remote hostname to which we are authenticating against.</p>
265265
</div>
266266
<div class="markdown level1 conceptual"></div>
267267
<h5 class="decalaration">Declaration</h5>

docs/api/Titanium.Web.Proxy.EventArguments.CertificateValidationEventArgs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h5 class="propertyValue">Property Value</h5>
184184

185185
<a id="Titanium_Web_Proxy_EventArguments_CertificateValidationEventArgs_IsValid_" data-uid="Titanium.Web.Proxy.EventArguments.CertificateValidationEventArgs.IsValid*"></a>
186186
<h4 id="Titanium_Web_Proxy_EventArguments_CertificateValidationEventArgs_IsValid" data-uid="Titanium.Web.Proxy.EventArguments.CertificateValidationEventArgs.IsValid">IsValid</h4>
187-
<div class="markdown level1 summary"><p>Is the given server certificate is valid?</p>
187+
<div class="markdown level1 summary"><p>Is the given server certificate valid?</p>
188188
</div>
189189
<div class="markdown level1 conceptual"></div>
190190
<h5 class="decalaration">Declaration</h5>

docs/api/Titanium.Web.Proxy.EventArguments.DataEventArgs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h5 class="propertyValue">Property Value</h5>
157157

158158
<a id="Titanium_Web_Proxy_EventArguments_DataEventArgs_Count_" data-uid="Titanium.Web.Proxy.EventArguments.DataEventArgs.Count*"></a>
159159
<h4 id="Titanium_Web_Proxy_EventArguments_DataEventArgs_Count" data-uid="Titanium.Web.Proxy.EventArguments.DataEventArgs.Count">Count</h4>
160-
<div class="markdown level1 summary"><p>Length from offset in Buffer with valid data.</p>
160+
<div class="markdown level1 summary"><p>Length from offset in buffer with valid data.</p>
161161
</div>
162162
<div class="markdown level1 conceptual"></div>
163163
<h5 class="decalaration">Declaration</h5>
@@ -183,7 +183,7 @@ <h5 class="propertyValue">Property Value</h5>
183183

184184
<a id="Titanium_Web_Proxy_EventArguments_DataEventArgs_Offset_" data-uid="Titanium.Web.Proxy.EventArguments.DataEventArgs.Offset*"></a>
185185
<h4 id="Titanium_Web_Proxy_EventArguments_DataEventArgs_Offset" data-uid="Titanium.Web.Proxy.EventArguments.DataEventArgs.Offset">Offset</h4>
186-
<div class="markdown level1 summary"><p>Offset in Buffer where valid data begins.</p>
186+
<div class="markdown level1 summary"><p>Offset in buffer from which valid data begins.</p>
187187
</div>
188188
<div class="markdown level1 conceptual"></div>
189189
<h5 class="decalaration">Declaration</h5>

docs/api/Titanium.Web.Proxy.EventArguments.MultipartRequestPartSentEventArgs.html

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -125,47 +125,13 @@ <h5 id="Titanium_Web_Proxy_EventArguments_MultipartRequestPartSentEventArgs_synt
125125
<div class="codewrapper">
126126
<pre><code class="lang-csharp hljs">public class MultipartRequestPartSentEventArgs : EventArgs</code></pre>
127127
</div>
128-
<h3 id="constructors">Constructors
129-
</h3>
130-
131-
132-
<a id="Titanium_Web_Proxy_EventArguments_MultipartRequestPartSentEventArgs__ctor_" data-uid="Titanium.Web.Proxy.EventArguments.MultipartRequestPartSentEventArgs.#ctor*"></a>
133-
<h4 id="Titanium_Web_Proxy_EventArguments_MultipartRequestPartSentEventArgs__ctor_System_String_Titanium_Web_Proxy_Http_HeaderCollection_" data-uid="Titanium.Web.Proxy.EventArguments.MultipartRequestPartSentEventArgs.#ctor(System.String,Titanium.Web.Proxy.Http.HeaderCollection)">MultipartRequestPartSentEventArgs(String, HeaderCollection)</h4>
134-
<div class="markdown level1 summary"></div>
135-
<div class="markdown level1 conceptual"></div>
136-
<h5 class="decalaration">Declaration</h5>
137-
<div class="codewrapper">
138-
<pre><code class="lang-csharp hljs">public MultipartRequestPartSentEventArgs(string boundary, HeaderCollection headers)</code></pre>
139-
</div>
140-
<h5 class="parameters">Parameters</h5>
141-
<table class="table table-bordered table-striped table-condensed">
142-
<thead>
143-
<tr>
144-
<th>Type</th>
145-
<th>Name</th>
146-
<th>Description</th>
147-
</tr>
148-
</thead>
149-
<tbody>
150-
<tr>
151-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
152-
<td><span class="parametername">boundary</span></td>
153-
<td></td>
154-
</tr>
155-
<tr>
156-
<td><a class="xref" href="Titanium.Web.Proxy.Http.HeaderCollection.html">HeaderCollection</a></td>
157-
<td><span class="parametername">headers</span></td>
158-
<td></td>
159-
</tr>
160-
</tbody>
161-
</table>
162128
<h3 id="properties">Properties
163129
</h3>
164130

165131

166132
<a id="Titanium_Web_Proxy_EventArguments_MultipartRequestPartSentEventArgs_Boundary_" data-uid="Titanium.Web.Proxy.EventArguments.MultipartRequestPartSentEventArgs.Boundary*"></a>
167133
<h4 id="Titanium_Web_Proxy_EventArguments_MultipartRequestPartSentEventArgs_Boundary" data-uid="Titanium.Web.Proxy.EventArguments.MultipartRequestPartSentEventArgs.Boundary">Boundary</h4>
168-
<div class="markdown level1 summary"><p>Boundary</p>
134+
<div class="markdown level1 summary"><p>Boundary.</p>
169135
</div>
170136
<div class="markdown level1 conceptual"></div>
171137
<h5 class="decalaration">Declaration</h5>

docs/api/Titanium.Web.Proxy.EventArguments.SessionEventArgs.html

Lines changed: 42 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h3 id="methods">Methods
255255

256256
<a id="Titanium_Web_Proxy_EventArguments_SessionEventArgs_Dispose_" data-uid="Titanium.Web.Proxy.EventArguments.SessionEventArgs.Dispose*"></a>
257257
<h4 id="Titanium_Web_Proxy_EventArguments_SessionEventArgs_Dispose" data-uid="Titanium.Web.Proxy.EventArguments.SessionEventArgs.Dispose">Dispose()</h4>
258-
<div class="markdown level1 summary"><p>implement any cleanup here</p>
258+
<div class="markdown level1 summary"><p>Implement any cleanup here</p>
259259
</div>
260260
<div class="markdown level1 conceptual"></div>
261261
<h5 class="decalaration">Declaration</h5>
@@ -289,17 +289,20 @@ <h5 class="parameters">Parameters</h5>
289289
<tr>
290290
<td><span class="xref">System.Byte</span>[]</td>
291291
<td><span class="parametername">result</span></td>
292-
<td></td>
292+
<td><p>The bytes to sent.</p>
293+
</td>
293294
</tr>
294295
<tr>
295296
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.net.httpstatuscode">HttpStatusCode</a></td>
296297
<td><span class="parametername">status</span></td>
297-
<td></td>
298+
<td><p>The HTTP status code.</p>
299+
</td>
298300
</tr>
299301
<tr>
300302
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="Titanium.Web.Proxy.Models.HttpHeader.html">HttpHeader</a>&gt;</td>
301303
<td><span class="parametername">headers</span></td>
302-
<td></td>
304+
<td><p>The HTTP headers.</p>
305+
</td>
303306
</tr>
304307
</tbody>
305308
</table>
@@ -329,17 +332,20 @@ <h5 class="parameters">Parameters</h5>
329332
<tr>
330333
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
331334
<td><span class="parametername">html</span></td>
332-
<td></td>
335+
<td><p>The html content.</p>
336+
</td>
333337
</tr>
334338
<tr>
335339
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.net.httpstatuscode">HttpStatusCode</a></td>
336340
<td><span class="parametername">status</span></td>
337-
<td></td>
341+
<td><p>The HTTP status code.</p>
342+
</td>
338343
</tr>
339344
<tr>
340345
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="Titanium.Web.Proxy.Models.HttpHeader.html">HttpHeader</a>&gt;</td>
341346
<td><span class="parametername">headers</span></td>
342-
<td></td>
347+
<td><p>The HTTP headers.</p>
348+
</td>
343349
</tr>
344350
</tbody>
345351
</table>
@@ -367,7 +373,8 @@ <h5 class="parameters">Parameters</h5>
367373
<tr>
368374
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td>
369375
<td><span class="parametername">cancellationToken</span></td>
370-
<td></td>
376+
<td><p>Optional cancellation token for this async task.</p>
377+
</td>
371378
</tr>
372379
</tbody>
373380
</table>
@@ -411,7 +418,7 @@ <h5 class="parameters">Parameters</h5>
411418
<tr>
412419
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td>
413420
<td><span class="parametername">cancellationToken</span></td>
414-
<td><p>Cancellation token for this async task is optional.</p>
421+
<td><p>Optional cancellation token for this async task.</p>
415422
</td>
416423
</tr>
417424
</tbody>
@@ -456,7 +463,8 @@ <h5 class="parameters">Parameters</h5>
456463
<tr>
457464
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td>
458465
<td><span class="parametername">cancellationToken</span></td>
459-
<td></td>
466+
<td><p>Optional cancellation token for this async task.</p>
467+
</td>
460468
</tr>
461469
</tbody>
462470
</table>
@@ -471,7 +479,8 @@ <h5 class="returns">Returns</h5>
471479
<tbody>
472480
<tr>
473481
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<span class="xref">System.Byte</span>[]&gt;</td>
474-
<td></td>
482+
<td><p>The resulting bytes.</p>
483+
</td>
475484
</tr>
476485
</tbody>
477486
</table>
@@ -499,7 +508,8 @@ <h5 class="parameters">Parameters</h5>
499508
<tr>
500509
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td>
501510
<td><span class="parametername">cancellationToken</span></td>
502-
<td></td>
511+
<td><p>Optional cancellation token for this async task.</p>
512+
</td>
503513
</tr>
504514
</tbody>
505515
</table>
@@ -544,12 +554,14 @@ <h5 class="parameters">Parameters</h5>
544554
<tr>
545555
<td><span class="xref">System.Byte</span>[]</td>
546556
<td><span class="parametername">result</span></td>
547-
<td></td>
557+
<td><p>The html content bytes.</p>
558+
</td>
548559
</tr>
549560
<tr>
550561
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="Titanium.Web.Proxy.Models.HttpHeader.html">HttpHeader</a>&gt;</td>
551562
<td><span class="parametername">headers</span></td>
552-
<td></td>
563+
<td><p>The HTTP headers.</p>
564+
</td>
553565
</tr>
554566
</tbody>
555567
</table>
@@ -578,12 +590,14 @@ <h5 class="parameters">Parameters</h5>
578590
<tr>
579591
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
580592
<td><span class="parametername">html</span></td>
581-
<td></td>
593+
<td><p>HTML content to sent.</p>
594+
</td>
582595
</tr>
583596
<tr>
584597
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="Titanium.Web.Proxy.Models.HttpHeader.html">HttpHeader</a>&gt;</td>
585598
<td><span class="parametername">headers</span></td>
586-
<td></td>
599+
<td><p>HTTP response headers.</p>
600+
</td>
587601
</tr>
588602
</tbody>
589603
</table>
@@ -611,15 +625,17 @@ <h5 class="parameters">Parameters</h5>
611625
<tr>
612626
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
613627
<td><span class="parametername">url</span></td>
614-
<td></td>
628+
<td><p>The URL to redirect.</p>
629+
</td>
615630
</tr>
616631
</tbody>
617632
</table>
618633

619634

620635
<a id="Titanium_Web_Proxy_EventArguments_SessionEventArgs_Respond_" data-uid="Titanium.Web.Proxy.EventArguments.SessionEventArgs.Respond*"></a>
621636
<h4 id="Titanium_Web_Proxy_EventArguments_SessionEventArgs_Respond_Titanium_Web_Proxy_Http_Response_" data-uid="Titanium.Web.Proxy.EventArguments.SessionEventArgs.Respond(Titanium.Web.Proxy.Http.Response)">Respond(Response)</h4>
622-
<div class="markdown level1 summary"></div>
637+
<div class="markdown level1 summary"><p>Respond with given response object to client.</p>
638+
</div>
623639
<div class="markdown level1 conceptual"></div>
624640
<h5 class="decalaration">Declaration</h5>
625641
<div class="codewrapper">
@@ -638,7 +654,8 @@ <h5 class="parameters">Parameters</h5>
638654
<tr>
639655
<td><a class="xref" href="Titanium.Web.Proxy.Http.Response.html">Response</a></td>
640656
<td><span class="parametername">response</span></td>
641-
<td></td>
657+
<td><p>The response object.</p>
658+
</td>
642659
</tr>
643660
</tbody>
644661
</table>
@@ -724,7 +741,8 @@ <h5 class="parameters">Parameters</h5>
724741
<tr>
725742
<td><span class="xref">System.Byte</span>[]</td>
726743
<td><span class="parametername">body</span></td>
727-
<td></td>
744+
<td><p>The body bytes to set.</p>
745+
</td>
728746
</tr>
729747
</tbody>
730748
</table>
@@ -752,15 +770,17 @@ <h5 class="parameters">Parameters</h5>
752770
<tr>
753771
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
754772
<td><span class="parametername">body</span></td>
755-
<td></td>
773+
<td><p>The body string to set.</p>
774+
</td>
756775
</tr>
757776
</tbody>
758777
</table>
759778

760779

761780
<a id="Titanium_Web_Proxy_EventArguments_SessionEventArgs_TerminateServerConnection_" data-uid="Titanium.Web.Proxy.EventArguments.SessionEventArgs.TerminateServerConnection*"></a>
762781
<h4 id="Titanium_Web_Proxy_EventArguments_SessionEventArgs_TerminateServerConnection" data-uid="Titanium.Web.Proxy.EventArguments.SessionEventArgs.TerminateServerConnection">TerminateServerConnection()</h4>
763-
<div class="markdown level1 summary"></div>
782+
<div class="markdown level1 summary"><p>Terminate the connection to server.</p>
783+
</div>
764784
<div class="markdown level1 conceptual"></div>
765785
<h5 class="decalaration">Declaration</h5>
766786
<div class="codewrapper">

0 commit comments

Comments
 (0)